You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2022/09/15 18:42:55 UTC

[GitHub] [druid] techdocsmith opened a new pull request, #13095: update log4j example

techdocsmith opened a new pull request, #13095:
URL: https://github.com/apache/druid/pull/13095

   Fixes the missing `<Appdenders>` tag noted by community member 
   Updates the example to use the default micro-quickstart configuratio
   This PR has:
   - [x] been self-reviewed.
   
   


-- 
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: commits-unsubscribe@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


[GitHub] [druid] FrankChen021 merged pull request #13095: update log4j example

Posted by GitBox <gi...@apache.org>.
FrankChen021 merged PR #13095:
URL: https://github.com/apache/druid/pull/13095


-- 
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: commits-unsubscribe@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


[GitHub] [druid] FrankChen021 commented on a diff in pull request #13095: update log4j example

Posted by GitBox <gi...@apache.org>.
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: commits-unsubscribe@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org