diff --git a/app/Exceptions/Handler.php b/app/Exceptions/Handler.php index 3ab3c69eb143..a6f286c78d3b 100644 --- a/app/Exceptions/Handler.php +++ b/app/Exceptions/Handler.php @@ -152,7 +152,7 @@ class Handler extends ExceptionHandler parent::report($exception); if (Ninja::isSelfHost() && $exception instanceof MissingAppKeyException) { - \Log::error('To setup the app run "cp .env.example .env" followed by "php artisan key:generate"'); + info('To setup the app run "cp .env.example .env" followed by "php artisan key:generate"'); } }