mirror of
https://github.com/elastic/logstash.git
synced 2025-04-23 22:27:21 -04:00
parent
a9218daa65
commit
f17b2eb6c2
1 changed files with 1 additions and 1 deletions
|
@ -802,7 +802,7 @@ module LogStash; class Pipeline < BasePipeline
|
|||
|
||||
def default_logging_keys(other_keys = {})
|
||||
keys = super
|
||||
keys[:thread] = thread.inspect if thread
|
||||
keys[:thread] ||= thread.inspect if thread
|
||||
keys
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue