Skip to content

Commit 41fb424

Browse files
authored
Update OptilogTest.java
1 parent 016f898 commit 41fb424

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ public static void main(String[] args) {
2020
log.fatal("#1 ##2", "1", "2");
2121
log.debug("#1", () -> "de");
2222
test(log);
23+
log.shutdown();
2324
}
2425

2526
private static void test(Log log) {

0 commit comments

Comments
 (0)