Skip to content

Commit

Permalink
Work on logging
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksagona committed Nov 10, 2024
1 parent 6097a7e commit b7ed57e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ $debugger->addLogger(
new Log\Logger(new Log\Writer\File(__DIR__ . '/log/debug.log')),
[
'level' => Log\Logger::INFO,
'limit' => 0.001
'limit' => 1
]
);

Expand Down

0 comments on commit b7ed57e

Please sign in to comment.