Skip to content

Commit 7a0f462

Browse files
committed
2022.6.1-Client(convenient yaml setting file!(not complete))
1 parent 09a6acb commit 7a0f462

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/optilog/setting/YamlSettings.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ public static void yaml(String path, boolean isClasspath, Optilog instance) {
3636
LinkedHashMap<String, String> lDebug = map.get("debug");
3737
LinkedHashMap<String, String> lFatal = map.get("fatal");
3838
LinkedHashMap<String, String> lWarn = map.get("warn");
39+
3940
instance.allSetting.printInfo = Boolean.parseBoolean(lInfo.get("print"));
4041
instance.allSetting.printError = Boolean.parseBoolean(lError.get("print"));
4142
instance.allSetting.printWarn = Boolean.parseBoolean(lWarn.get("print"));

0 commit comments

Comments
 (0)