Config out.

This commit is contained in:
James Cole
2019-11-02 07:21:40 +01:00
parent 4f44a42655
commit 2ea1852a94
2 changed files with 10 additions and 2 deletions

View File

@@ -69,6 +69,11 @@ return [
'path' => 'php://stdout',
'level' => envNonEmpty('APP_LOG_LEVEL', 'info'),
],
'docker_out' => [
'driver' => 'single',
'path' => 'php://stdout',
'level' => envNonEmpty('APP_LOG_LEVEL', 'info'),
],
'daily' => [
'driver' => 'daily',
'path' => storage_path('logs/ff3-' . PHP_SAPI . '.log'),