Skip to content

v0.6.0

Choose a tag to compare

@philvarner philvarner released this 24 Jan 22:16
· 290 commits to main since this release

Fixed

  • Log level configuration now has an effect on log levels

Changed

  • Log level must be configured with lowercase values error, warn, info, http, verbose, debug, silly instead of uppercase values (this config had no effect before)
  • Default request logging format is now "tiny" instead of "dev". Previously, the "dev" format
    wrote color codes into CloudWatch logs, which cluttered output, as they were not used in display.
  • Search query and response body is now logged at level "debug" rather than "info"
  • Ingested item body is now logged at level "debug" rather than "info"

What's Changed

Full Changelog: v0.5.2...v0.6.0