Skip to content

v1.3.0

Compare
Choose a tag to compare
@agilezebra agilezebra released this 14 Jul 21:48
· 13 commits to master since this release
604823b

What's Changed

  • Mimic V3 traefik logging with output direct to stderr by @agilezebra in #56
  • DEBUG and ERROR use the stdout and logger->stderr mechanisms which are picked up by traefik and decorated and formatted by its logger
  • INFO and WARN output directly to stderr and are formatted to match the traefik logger output. This means INFO and WARN output should look a lot better in v3, with info message neither showing as ERR not hiding if debug level is not enabled. In v2 traefik the logged messages won't quite look as consistent, given the v2 logger doesn't use this format, but they will all be present and otherwise correct.
    infoToStdout option now has no effect.

Full Changelog: v1.2.19...v1.3.0