debian-forge-composer/docs/news/unreleased/log-options.md
Diaa Sami 3b6156a240 composer: add json log formatting
Configurable via config file/env
2021-10-25 13:41:36 +02:00

277 B

Configurable logging

  • Logging is now configurable via the config file, log_level can be set to one of trace, debug, info, warn, error or fatal.
  • JSON Logging is supported and configurable via the config file/env, log_format can be set to text or json.