chore: log

This commit is contained in:
2021-04-16 23:11:33 +08:00
parent 539032f573
commit 26eacd183b

View File

@@ -28,7 +28,7 @@ public class TinyEncryptMain {
private static final LogTool log; private static final LogTool log;
static { static {
// LogConfig.initMuteInfoMode(); LogConfig.initMuteInfoMode();
log = LogTools.getLogTool(TinyEncryptMain.class); log = LogTools.getLogTool(TinyEncryptMain.class);
} }