From 9c3a72f10bc47719c36109a0bcc4bcb613c8287b Mon Sep 17 00:00:00 2001 From: pguimon Date: Wed, 30 Oct 2024 14:35:37 +0100 Subject: [PATCH] Fix typo in documentation: By default quarkus.log.handler.splunk.async.overflow --- docs/modules/ROOT/pages/index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/index.adoc b/docs/modules/ROOT/pages/index.adoc index 3a13247..da0ea39 100644 --- a/docs/modules/ROOT/pages/index.adoc +++ b/docs/modules/ROOT/pages/index.adoc @@ -232,7 +232,7 @@ end end .... -By default `quarkus.log.handler.splunk.async.queue-length=block`, so applicative threads will block once the queue limit has reached `quarkus.log.handler.splunk.async.queue-length`. +By default `quarkus.log.handler.splunk.async.overflow=block`, so applicative threads will block once the queue limit has reached `quarkus.log.handler.splunk.async.queue-length`. There's no link between `quarkus.log.handler.splunk.async.queue-length` and `quarkus.log.handler.splunk.batch-size-count`.