Skip to content

Commit adb4e12

Browse files
authored
edit info writer filename output.
1 parent 4b4b0ee commit adb4e12

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tinylog.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ tinylog.writer1 = console
55
tinylog.writer1.level = trace
66

77
tinylog.writer2 = file
8-
tinylog.writer2.filename = ./main/logs/log.txt
9-
tinylog.writer2.level = info
8+
tinylog.writer2.filename = ../main/logs/log.txt
9+
tinylog.writer2.level = info

0 commit comments

Comments
 (0)