Skip to content

Instantly share code, notes, and snippets.

@CodyKochmann
Created May 9, 2017 21:17
Show Gist options
  • Save CodyKochmann/0e77c85533e11aa4dbdf96cc575ffdc5 to your computer and use it in GitHub Desktop.
Save CodyKochmann/0e77c85533e11aa4dbdf96cc575ffdc5 to your computer and use it in GitHub Desktop.
h = logging.handlers.SysLogHandler(address='/var/run/syslog', facility=syslog.LOG_LOCAL1)
h = logging.handlers.SysLogHandler(address='/var/run/syslog', facility='local1')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment