chibenwa commented on code in PR #2608: URL: https://github.com/apache/james-project/pull/2608#discussion_r1935676835
########## docs/modules/development/pages/logging.adoc: ########## @@ -40,4 +40,20 @@ This helps when we build a logger from a class name, and we use package structur The most useful loggers should to be documented below. Please maintain this list of loggers. -org.apache.james.CONFIGURATION:: It is used to log events related to configuration loading and updating. \ No newline at end of file +org.apache.james.CONFIGURATION:: It is used to log events related to configuration loading and updating. + +== Logging when debugging tests + +When investigating failing tests, increasing the log level can provide valuable insights. + +=== Log Configuration + +All modules in James inherit their default test log configurations from the `testing-base` module. +The log settings are defined in `resources/logback-test.xml`. + Review Comment: hyperlink to github can help -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org For additional commands, e-mail: notifications-h...@james.apache.org