File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ return [
1414 'name' => 'stream',
1515 'level' => Logger::ALERT,
1616 'options' => [
17- 'stream' => __DIR__ . '/../../log/error-log/ {Y}-{m}-{d}.log',
17+ 'stream' => __DIR__ . '/../../log/error-log- {Y}-{m}-{d}.log',
1818 // explicitly log all messages
1919 'filters' => [
2020 'allMessages' => [
Original file line number Diff line number Diff line change @@ -19,3 +19,5 @@ Each row in a log file should contain the following values:
1919
2020By leveraging ` dot-errorhandler ` 's extra providers, you can also log additional request parameters.
2121Learn more about what additional parameters are available on the [ extra data] ( extra/introduction.md ) page.
22+
23+ > For a clear of separation between different types of logs, we recommend that you store files from each type in their own directory.
You can’t perform that action at this time.
0 commit comments