vy commented on code in PR #3333: URL: https://github.com/apache/logging-log4j2/pull/3333#discussion_r1899185371
########## src/site/antora/modules/ROOT/pages/faq.adoc: ########## @@ -122,15 +122,15 @@ You can set the logging level on the `AppenderRef` element. . Make sure you have xref:manual/installation.adoc[the right JAR files] on your classpath. . Check the name of your configuration file. -By default, Log4j looks for a configuration file named `log4j2.xml` on the classpath. +Log4j looks for a configuration file named `log4j2.xml` on the classpath by default. Note the `2` in the file name! (See xref:manual/configuration.adoc[the Configuration page] for more details.) . Increase the logging verbosity of the internal xref:manual/status-logger.adoc[]: + `-Dlog4j2.statusLoggerLevel=TRACE` . Enable all internal debug logging: `-Dlog4j2.debug`. -This disables level-based xref:manual/status-logger.adoc[] filtering and effectively allows all status logs. +This turns-off level-based xref:manual/status-logger.adoc[] filtering and effectively allows all status logs. Review Comment: > Please confirm you want to do that. @grobmeier, I confirm that *I prefer* replacing `turns-off` with `disables`. Though I leave it to your discretion. -- 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...@logging.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org