mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
Merge pull request #9361 from basepi/logstashquiet
Quiet the logstash handler loading message
This commit is contained in:
commit
27aadbf657
@ -139,7 +139,7 @@ __virtualname__ = 'logstash'
|
|||||||
def __virtual__():
|
def __virtual__():
|
||||||
if not any(['logstash_udp_handler' in __opts__,
|
if not any(['logstash_udp_handler' in __opts__,
|
||||||
'logstash_zmq_handler' in __opts__]):
|
'logstash_zmq_handler' in __opts__]):
|
||||||
log.debug(
|
log.trace(
|
||||||
'None of the required configuration sections, '
|
'None of the required configuration sections, '
|
||||||
'\'logstash_udp_handler\' and \'logstash_zmq_handler\', '
|
'\'logstash_udp_handler\' and \'logstash_zmq_handler\', '
|
||||||
'were found the in the configuration. Not loading the Logstash '
|
'were found the in the configuration. Not loading the Logstash '
|
||||||
|
Loading…
Reference in New Issue
Block a user