News

The logger variable references the logger “module,” having “projectA” as a parent, which has “root” as its parent. On line 5, we see how to perform calls to emit logs.
Previously a child logger just uses the global default when unset. Modified to matches the CPython behavior of using the parent's level. Also implemented CPython's getEffectiveLevel() which provide ...
A simple Python logging Loggly handler that can be used to send to a Loggly Gen2 https endpoint. Borrowed the extra fields concept from the graypy logging library. Check out Loggly's Python logging ...