Merge pull request #2375 from betagouv/dev

fix manager
This commit is contained in:
LeSim 2018-08-10 13:38:37 +02:00 committed by GitHub
commit 7b5c0812a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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