demarches-normaliennes/config/initializers/logstasher.rb

6 lines
101 B
Ruby
Raw Normal View History

if LogStasher.enabled
LogStasher.add_custom_fields do |fields|
2017-08-28 11:18:38 +02:00
fields[:type] = "tps"
end
end