Skip to content

Commit 459b8b2

Browse files
committed
Issue #52: Removed Zend Expressive references
Signed-off-by: alexmerlin <alex.merlin.1985@gmail.com>
1 parent 55aceac commit 459b8b2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

config/log.global.php.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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' => [

docs/book/v4/log-files.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,5 @@ Each row in a log file should contain the following values:
1919

2020
By leveraging `dot-errorhandler`'s extra providers, you can also log additional request parameters.
2121
Learn 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.

0 commit comments

Comments
 (0)