FrankChen021 commented on code in PR #13095: URL: https://github.com/apache/druid/pull/13095#discussion_r972996232
########## docs/configuration/logging.md: ########## @@ -107,9 +145,10 @@ WARNING: All illegal access operations will be denied in a future release To avoid these, add the `--add-exports` and `--add-opens` command line parameters described in the documentation section about [Java strong encapsulation](../operations/java.md#strong-encapsulation). -## My logs are really chatty, can I set them to asynchronously write? +## Set the logs to asynchronously write -Yes, using a `log4j2.xml` similar to the following causes some of the more chatty classes to write asynchronously: +If your logs are really chatty, you can set them to write asynchonously. Review Comment: ```suggestion If your logs are really chatty, you can set them to write asynchronously. ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
