Fixed an issue on how loggers are initialized
This commit is contained in:
@@ -13,7 +13,7 @@ import java.util.stream.Collectors;
|
||||
*/
|
||||
public class ApplicationLoggerFactory {
|
||||
private static Map<String, ApplicationLogger> loggers = new TreeMap<>();
|
||||
private static LogLevel DEFAULT_LEVEL = null;
|
||||
private static LogLevel DEFAULT_LEVEL = LogLevel.ALL;
|
||||
private static ApplicationLoggerInitializer initializer;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user