demarches-normaliennes/config/initializers/logstasher.rb

6 lines
98 B
Ruby
Raw Normal View History

if LogStasher.enabled
LogStasher.add_custom_fields do |fields|
fields[:type] = "tps"
end
end