Skip to content

Commit

Permalink
Prevent log files from being created in working directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Aug 26, 2018
1 parent 4a7f259 commit 831b658
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/bootstrap.php
Expand Up @@ -117,11 +117,13 @@
'engine' => 'Cake\Log\Engine\FileLog',
'levels' => ['notice', 'info', 'debug'],
'file' => 'debug',
'path' => LOGS,
],
'error' => [
'engine' => 'Cake\Log\Engine\FileLog',
'levels' => ['warning', 'error', 'critical', 'alert', 'emergency'],
'file' => 'error',
'path' => LOGS,
]
]);

Expand Down

0 comments on commit 831b658

Please sign in to comment.