vy commented on code in PR #4062:
URL: https://github.com/apache/logging-log4j2/pull/4062#discussion_r3006647140


##########
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:
   > Sending logs synchronously, one by one to an HTTP backend is rarely a good 
idea.
   
   Would you mind _very briefly_ explaining this for the readers, please? It is 
always good have the users on board while leading them towards a direction.
   
   I'd also personally appreciate it if you can adhere to the [One Sentence Per 
Line] convention.
   
   [One Sentence Per Line]: 
https://asciidoctor.org/docs/asciidoc-recommended-practices/#one-sentence-per-line



-- 
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]

Reply via email to