Merge pull request #2374 from betagouv/fix_manager
Logstasher: remove bugging initializer
This commit is contained in:
commit
3f91bb5935
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue