Skip to content

v1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Feb 16:57
· 30 commits to main since this release
a0f7209

Added

  • Support for structured JSON logging. (#35)
  • Docker images will be published for linux/amd64 and linux/arm6 platforms. (#42)
  • Latest stable release will be tagged with latest tag on Docker Hub.

Changed

  • Logs are colored by default.
  • It is no longer possible to override the following keys in the logging configuration: version, incremental, formatters.
  • root.handlers will be set to ['default'] in the logging configuration if not provided explicitly.
  • The --debug argument will always take precedence for the root logger, no matter what might be configured in the logging configuration.