diff --git a/config/app.php b/config/app.php index 656f4bb0..7dcfe2d0 100644 --- a/config/app.php +++ b/config/app.php @@ -95,7 +95,7 @@ return [ | */ - 'log' => 'single', + 'log' => env('APP_LOG', 'single'), /* |--------------------------------------------------------------------------