update libraries and config.

This commit is contained in:
James Cole
2020-02-13 20:13:17 +01:00
parent dee6c0e1e4
commit 4cdc2ade01
2 changed files with 235 additions and 260 deletions

View File

@@ -37,7 +37,7 @@ return [
|
*/
'default' => envNonEmpty('LOG_CHANNEL', 'daily'),
'default' => envNonEmpty('LOG_CHANNEL', 'stack'),
/*
|--------------------------------------------------------------------------
@@ -58,7 +58,6 @@ return [
'driver' => 'stack',
'channels' => ['daily', 'stdout'],
],
'single' => [
'driver' => 'single',
'path' => storage_path('logs/laravel.log'),