Update WebFlux docs on logging with async appenders
Closes gh-25547
This commit is contained in:
parent
b9ef5416b9
commit
52084ed954
|
|
@ -965,6 +965,17 @@ The following example shows how to do so for client-side requests:
|
|||
.build()
|
||||
----
|
||||
|
||||
|
||||
[[webflux-logging-appenders]]
|
||||
==== Appenders
|
||||
|
||||
Logging libraries such as SLF4J and Log4J 2 provide asynchronous loggers that avoid
|
||||
blocking. While those have their own drawbacks such as potentially dropping messages
|
||||
that could not be queued for logging, they are the best available option currently
|
||||
or use in a reactive, non-blocking application.
|
||||
|
||||
|
||||
|
||||
[[webflux-codecs-custom]]
|
||||
==== Custom codecs
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue