Package io.quarkus.runtime.logging
Interface LogRuntimeConfig.CleanupFilterConfig
- Enclosing interface:
- LogRuntimeConfig
public static interface LogRuntimeConfig.CleanupFilterConfig
-
Method Summary
Modifier and TypeMethodDescriptionThe message prefix to match@WithConverter(LevelConverter.class) LevelThe new log level for the filtered message.
-
Method Details
-
ifStartsWith
The message prefix to match -
targetLevel
@WithDefault("DEBUG") @WithConverter(LevelConverter.class) @WithConverter(LevelConverter.class) Level targetLevel()The new log level for the filtered message. Defaults to DEBUG.
-