Skip to content

Improve logging: root and app logger configs separated, access logs are INFO level

Compare
Choose a tag to compare
@pilosus pilosus released this 23 Jul 17:51
· 31 commits to main since this release
cbe1db5

[1.0.81] - 2023-07-23

Added

  • Logging config for JSON structured logging added under resources/logback.json.xml (#90)

Changed

  • SERVER__LOGLEVEL and SERVER__ROOTLEVEL separated to control app log level (app namespace only) and root log level (all loggers, including DB, Jetty server, etc.) respectively (#91)
  • Access logs to API endpoints are of INFO level
  • Release versions use git rev-list count for the patch part (see make revcount)