Package io.quarkus.runtime.logging
Class AsyncConfig
java.lang.Object
io.quarkus.runtime.logging.AsyncConfig
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) boolean
Indicates whether to log asynchronously(package private) org.jboss.logmanager.handlers.AsyncHandler.OverflowAction
Determine whether to block the publisher (rather than drop the message) when the queue is full(package private) int
The queue length to use before flushing writing -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
enable
Indicates whether to log asynchronously -
queueLength
The queue length to use before flushing writing -
overflow
@ConfigItem(defaultValue="block") org.jboss.logmanager.handlers.AsyncHandler.OverflowAction overflowDetermine whether to block the publisher (rather than drop the message) when the queue is full
-
-
Constructor Details
-
AsyncConfig
public AsyncConfig()
-