Python logging is one of the most effective tools for streamlining and optimizing workflows. Logging is the process of tracking and recording events that occur in a given system, such as errors, ...
Got ideas? Bugs? Just fork the repo, make changes, and submit a PR. Or open an issue and we’ll sort it out together.
This library is provided to allow standard python logging to output log data as json objects. With JSON we can make our logs more readable by machines and we can stop writing custom parsers for syslog ...