Skip to content

YPlan/yplan-logging-utils

Repository files navigation

yplan-logging-utils

Utilities we use for logging throughout our projects.

  • Free software: ISC license

Features

  • PlainJSONFormatter - a formatter that turns logging records into dicts in our (somewhat in-house) format. Note it returns a dict rather than a str, which is somewhat non-standard but compatible with the fluent-logger package.
  • JSONFormatter - a subclass of the above that does json.dumps so you get the stringified version of the dictionary.

About

Utilities we use for logging and formatting.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages