syslog-rfc5424-formatter · PyPI
pypi.org › project › syslog-rfc5424-formatterAug 07, 2019 · Logging formatter which produces well-formatted RFC5424 Syslog Protocol messages Project description This module implements a python logging formatter which produces well-formed RFC5424-compatible Syslog messages to a given socket. Usage If you're configuring your loggers from code, you should use this formatter as below:
syslog-rfc5424-formatter · PyPI
https://pypi.org/project/syslog-rfc5424-formatter07.08.2019 · This module implements a python logging formatter which produces well-formed RFC5424-compatible Syslog messages to a given socket.. Usage. If you're configuring your loggers from code, you should use this formatter as below: import logging import logging.handlers from syslog_rfc5424_formatter import RFC5424Formatter def set_up_logging (): h = logging. handlers.