Skip to content

Commit

Permalink
Merge pull request #300 from pierregmn/main
Browse files Browse the repository at this point in the history
Fix typo in documentation: By default quarkus.log.handler.splunk.asyn…
  • Loading branch information
rquinio1A authored Oct 31, 2024
2 parents 21efe3a + 9c3a72f commit bfd0003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down

0 comments on commit bfd0003

Please sign in to comment.