Package io.quarkus.runtime.logging
Class CleanupFilterConfig
java.lang.Object
io.quarkus.runtime.logging.CleanupFilterConfig
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe message prefix to matchThe new log level for the filtered message. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ifStartsWith
The message prefix to match -
targetLevel
The new log level for the filtered message. Defaults to DEBUG.
-
-
Constructor Details
-
CleanupFilterConfig
public CleanupFilterConfig()
-