Commits maybe need to be added to merge with GUI_MilestoneIV is possible

This commit is contained in:
Seraina
2022-04-30 16:52:04 +02:00
parent 81ee9a8841
commit 7109ed113f
16 changed files with 386 additions and 61 deletions

View File

@@ -19,7 +19,7 @@ public class BudaLogConfig {
LoggerContext ctx = (LoggerContext) LogManager.getContext(false);
Configuration config = ctx.getConfiguration();
LoggerConfig loggerConfig = config.getLoggerConfig(LogManager.ROOT_LOGGER_NAME);
loggerConfig.setLevel(Level.ERROR); // change level here
loggerConfig.setLevel(Level.INFO); // change level here
ctx.updateLoggers(); // This causes all Loggers to refetch information from their LoggerConfig.
}