mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Update syslog_json.py
localhost is better than locahost ;)
This commit is contained in:
@@ -22,7 +22,7 @@ class CallbackModule(object):
|
|||||||
self.logger.setLevel(logging.DEBUG)
|
self.logger.setLevel(logging.DEBUG)
|
||||||
|
|
||||||
self.handler = logging.handlers.SysLogHandler(
|
self.handler = logging.handlers.SysLogHandler(
|
||||||
address = (os.getenv('SYSLOG_SERVER','locahost'),
|
address = (os.getenv('SYSLOG_SERVER','localhost'),
|
||||||
os.getenv('SYSLOG_PORT',514)),
|
os.getenv('SYSLOG_PORT',514)),
|
||||||
facility=logging.handlers.SysLogHandler.LOG_USER
|
facility=logging.handlers.SysLogHandler.LOG_USER
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user