Don't show config content when reload is not triggered

Fixes #6720
This commit is contained in:
Suyog Rao 2017-02-15 17:10:33 -08:00
parent 2f6e1800ac
commit 8515bbc8e7

View file

@ -293,7 +293,7 @@ class LogStash::Agent
new_config = fetch_config(old_pipeline.settings)
if old_pipeline.config_str == new_config
@logger.debug("no configuration change for pipeline", :pipeline => id, :config => new_config)
@logger.debug("no configuration change for pipeline", :pipeline => id)
return
end