Skip to content

Commit

Permalink
Change default log level to INFO.
Browse files Browse the repository at this point in the history
  • Loading branch information
hptruong93 committed Nov 26, 2022
1 parent bb1fed4 commit 993f596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/config/Config.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public class Config implements ILoggable {
public static final String EXPORTED_CONFIG_FILE_NAME = "exported_" + CONFIG_FILE_NAME;
protected static final String CURRENT_CONFIG_VERSION = "2.15";

private static final Level DEFAULT_NATIVE_HOOK_DEBUG_LEVEL = Level.WARNING;
private static final Level DEFAULT_NATIVE_HOOK_DEBUG_LEVEL = Level.INFO;
private static final boolean DEFAULT_TRAY_ICON_USE = true;

private static final List<ConfigParser> knownParsers;
Expand Down

0 comments on commit 993f596

Please sign in to comment.