Releases: EasyPost/syslog-rfc5424-formatter
Releases · EasyPost/syslog-rfc5424-formatter
1.2.3
1.2.2
- Fix a critical bug when using formatted records with arguments (the kind of you would get from a call like
logging.debug("foo %d %d", 1, 2)
)
1.2.1
- Raise an error if you pass
structured_data
in a message without settingsd_id
on the Formatter instance
1.2.0
1.1.1
Add ReadTheDocs
1.1.0
- Drop support for Python 3.3
- Add support for Python 3.7