------------------ * Add new filter redacting log messages according to a regex. * Remove support for Python 2 and Python 3.4.
0.5.0
------------------
* CeeSysLogHandler now supports custom static keyword arguments that will be statically injected into each message. NamedCeeLogger is hereby deprecated. * Add RegexFilter to suppress logging of messages containing the match of a a given regular expression. * The `host` field will now always contain the fully qualified domain name. * Remove hardcoded `version` field. * Remove support for Python 2.6.
0.4.1
------------------ * Add NamedCeeLogger
0.3.4
------------------ * Add JsonFormatter
0.3.3
-----
* Custom log record fields with leading underscore are now contained in the log message. In case the (otherwise) same custom field exists both with and without leading underscore, the one with leading underscore has precedence.