mirror of
https://github.com/elastic/logstash.git
synced 2025-04-23 22:27:21 -04:00
Prevent config leak on output delegator close
On shutdown logstash may leak config information for outputs including plaintext passwords Fixes #5001
This commit is contained in:
parent
82ed28bf86
commit
2670668f9b
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ module LogStash class OutputDelegator
|
|||
end
|
||||
|
||||
def do_close
|
||||
@logger.debug("closing output delegator", :klass => self)
|
||||
@logger.debug("closing output delegator", :klass => @klass)
|
||||
|
||||
if @threadsafe
|
||||
@workers.each(&:do_close)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue