Skip to content

v1.7.0 - json out and log_level

Choose a tag to compare

@andrewfraley andrewfraley released this 13 Aug 01:22
· 24 commits to main since this release
e245c36

This implements support for json output and a new log_level setting

  • Modify the default log level (info) with log_level = debug | info | warning | error
  • Set destination = stdout to output json data to standard out
    • best used with log_level = error