Skip to content
This repository was archived by the owner on Mar 3, 2026. It is now read-only.

Latest commit

 

History

History
10 lines (6 loc) · 555 Bytes

File metadata and controls

10 lines (6 loc) · 555 Bytes

logging

Logging is done via logback. Logback bootstrap and configuration is described in detail here.

You will usually find the logback.xml file inside the conf directory. Also, you can define a logback.xml file per application.env by appending the env. See some examples:

  • logback.uat.xml when application.env = uat
  • logback.prod.xml when application.env = prod

If the logback[.env].xml file isn't present, logback.xml will be used as a fallback.