mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
commit
0a23a85bfc
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ class CallbackModule(object):
|
|||
self.logger.setLevel(logging.DEBUG)
|
||||
|
||||
self.handler = logging.handlers.SysLogHandler(
|
||||
address = (os.getenv('SYSLOG_SERVER','locahost'),
|
||||
address = (os.getenv('SYSLOG_SERVER','localhost'),
|
||||
os.getenv('SYSLOG_PORT',514)),
|
||||
facility=logging.handlers.SysLogHandler.LOG_USER
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue