Skip to content

Commit b7943d2

Browse files
committed
error.log changed to warning.log
1 parent 94334eb commit b7943d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tracy/Debugger/ProductionStrategy.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public function handleError(
6767
}
6868

6969
try {
70-
Debugger::log($err, Debugger::ERROR);
70+
Debugger::log($err, Debugger::WARNING);
7171
} catch (\Throwable $e) {
7272
}
7373
}

0 commit comments

Comments
 (0)