Merge pull request #9361 from basepi/logstashquiet

Quiet the logstash handler loading message
This commit is contained in:
Pedro Algarvio 2013-12-19 17:01:30 -08:00
commit 27aadbf657

View File

@ -139,7 +139,7 @@ __virtualname__ = 'logstash'
def __virtual__():
if not any(['logstash_udp_handler' in __opts__,
'logstash_zmq_handler' in __opts__]):
log.debug(
log.trace(
'None of the required configuration sections, '
'\'logstash_udp_handler\' and \'logstash_zmq_handler\', '
'were found the in the configuration. Not loading the Logstash '