Skip to content

Commit 8b8c8b5

Browse files
committed
Fix log dir location
1 parent 175b52c commit 8b8c8b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dungeoneering/logger.pde

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class Logger {
4242
// Initial log level set to TRACE, redefined below
4343
logLevel = 1;
4444

45-
logsDir = sketchPath().replaceAll("\\\\", "/") + "/../log";
45+
logsDir = sketchPath().replaceAll("\\\\", "/") + "/log";
4646

4747
logFilesConfig = RotationConfig
4848
.builder()

0 commit comments

Comments
 (0)