mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
parent
01110a9b48
commit
7c514689bb
1 changed files with 1 additions and 1 deletions
|
@ -786,7 +786,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