An up-to-date, RFC5424-Compliant syslog handler for the Python logging framework. Current version 1.4.3. Release cadence is low; last release was in 2019.
pip install rfc5424-logging-handlerNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic setup for logging to a syslog server via RFC5424.
Use 'from rfc5424logging import Rfc5424SysLogHandler'.
Consider using alternative libraries like 'logging.handlers.SysLogHandler' with RFC5424 formatting or 'syslog-rfc5424-formatter'.
If you need TCP, you must subclass and implement your own transport.
Correct import: from rfc5424logging import Rfc5424SysLogHandler
Add 'import logging.handlers' before using logging.handlers.SysLogHandler.LOG_USER.
No dependency data recorded yet.