diff --git a/config/app.php b/config/app.php index f5fbf520..6cf09079 100644 --- a/config/app.php +++ b/config/app.php @@ -14,7 +14,7 @@ return [ */ 'name' => env('APP_NAME', 'Heimdall'), - 'version' => '2.5.0', + 'version' => '2.5.1', /* |-------------------------------------------------------------------------- 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 @@ return [ | */ - 'default' => env('LOG_CHANNEL', 'stack'), + 'default' => env('LOG_CHANNEL', 'daily'), /* |--------------------------------------------------------------------------