demarches-normaliennes/config/initializers/logstasher.rb

6 lines
99 B
Ruby
Raw Normal View History

if LogStasher.enabled
LogStasher.add_custom_fields do |fields|
2017-04-04 16:04:17 +02:00
fields[:type] = "tps"
end
end