public class CleanupFilterConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
List<String> |
ifStartsWith
The message starts to match
|
Level |
targetLevel
The new log level for the filtered message, defaults to DEBUG
|
| Constructor and Description |
|---|
CleanupFilterConfig() |
@ConfigItem(defaultValue="inherit") public List<String> ifStartsWith
@ConfigItem(defaultValue="DEBUG") public Level targetLevel
Copyright © 2021 JBoss by Red Hat. All rights reserved.