mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -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 = {})
|
def default_logging_keys(other_keys = {})
|
||||||
keys = super
|
keys = super
|
||||||
keys[:thread] = thread.inspect if thread
|
keys[:thread] ||= thread.inspect if thread
|
||||||
keys
|
keys
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue