diff --git a/config/logging.php b/config/logging.php index 088c204e..1f06d5ed 100644 --- a/config/logging.php +++ b/config/logging.php @@ -17,7 +17,7 @@ | */ - 'default' => env('LOG_CHANNEL', 'stack'), + 'default' => env('LOG_CHANNEL', 'daily'), /* |--------------------------------------------------------------------------