add missing test logger config

This commit is contained in:
Jonathan Shook
2023-08-28 16:15:31 -05:00
parent 7633a45ae6
commit 0812f15ea2
2 changed files with 57 additions and 0 deletions

View File

@@ -66,6 +66,7 @@ public class LoggerConfig extends ConfigurationFactory {
* we squelch them to some reasonable level so they aren't a nuisance.
*/
public static Map<String, Level> BUILTIN_OVERRIDES = Map.of(
// ERROR StatusConsoleListener Unable to locate appender "SCENARIO_APPENDER" for logger config "oshi.util"
"oshi.util", Level.INFO
);