Skip to content

Commit 8d6341a

Browse files
committed
2022.6.1-Client
1 parent 1f90b98 commit 8d6341a

File tree

11 files changed

+1
-3
lines changed

11 files changed

+1
-3
lines changed
Binary file not shown.
Binary file not shown.

.gradle/7.4/fileHashes/fileHashes.bin

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
68 Bytes
Binary file not shown.
Binary file not shown.

.gradle/file-system.probe

0 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.

src/test/java/com/optilog/OptilogTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ private static void test(Log log) {
3333
new Thread(() -> log.info("hello")).start();
3434
log.info("$");
3535
//重新获得实例
36-
Log log2 = Log.initLog("");
36+
Log log2 = Log.initLog("%prop -cp /MinSetting.properties");
3737
log2.info("log2");
3838
}
3939
}

src/test/resources/logs/2022-06-04 15-06-57Log.log

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)