mlangc commented on code in PR #4062: URL: https://github.com/apache/logging-log4j2/pull/4062#discussion_r3141597028
########## src/site/antora/modules/ROOT/pages/manual/appenders/network.adoc: ########## @@ -283,6 +283,13 @@ Additional headers can be configured using the nested If the appender receives a response with status code different from `2xx`, an exception is thrown. See also <<HttpAppender-attr-ignoreExceptions,`ignoreExceptions`>> configuration attribute. +[WARNING] +==== +Sending logs synchronously, one by one to an HTTP backend is rarely a good idea. Even if the expected log Review Comment: Sorry for the delay, your comment completely escaped my attention. I tried to address your points in my latest commit. -- 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]
