This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch 1.0.x
in repository https://gitbox.apache.org/repos/asf/pekko.git
The following commit(s) were added to refs/heads/1.0.x by this push:
new 3a3d485940 Fix javadoc link to include module name (#1292) (#1293)
3a3d485940 is described below
commit 3a3d485940cf5815acb83f87ac0edf467b65b5a3
Author: PJ Fanning <[email protected]>
AuthorDate: Thu Apr 25 12:05:00 2024 +0200
Fix javadoc link to include module name (#1292) (#1293)
Co-authored-by: Alexey Venderov <[email protected]>
---
docs/src/main/paradox/typed/logging.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/src/main/paradox/typed/logging.md
b/docs/src/main/paradox/typed/logging.md
index 44e04be412..3531c8213e 100644
--- a/docs/src/main/paradox/typed/logging.md
+++ b/docs/src/main/paradox/typed/logging.md
@@ -199,7 +199,7 @@ A starting point for configuration of `logback.xml` for
production:
@@snip
[logback.xml](/actor-typed-tests/src/test/resources/logback-doc-prod.xml)
-Note that the
[AsyncAppender](https://logback.qos.ch/apidocs/ch/qos/logback/classic/AsyncAppender.html)
may drop log events if the queue becomes full, which may happen if the
+Note that the
[AsyncAppender](https://logback.qos.ch/apidocs/ch.qos.logback.classic/ch/qos/logback/classic/AsyncAppender.html)
may drop log events if the queue becomes full, which may happen if the
logging backend can't keep up with the throughput of produced log events.
Dropping log events is necessary
if you want to gracefully degrade your application if only your logging
backend or filesystem is experiencing
issues.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]