diff --git a/config/app.php b/config/app.php index bf4f84fc7..e70724dce 100644 --- a/config/app.php +++ b/config/app.php @@ -100,7 +100,7 @@ return [ | */ - 'log' => 'single', + 'log' => env('APP_LOGGING', 'single'), /* |--------------------------------------------------------------------------