Logstasher: remove bugging initializer

This commit is contained in:
simon lehericey 2018-08-10 13:05:27 +02:00
parent 432d58f0d0
commit 9196a3ef4c

View file

@ -2,8 +2,4 @@ if LogStasher.enabled
LogStasher.add_custom_fields do |fields|
fields[:type] = "tps"
end
LogStasher.add_custom_fields_to_request_context do |fields|
fields.merge!(session_info_payload)
end
end