问题 I want to log 404 errors in Laravel 5.7, but I don't understand how to turn this on. Additional to logging 404 errors, I'd like to log the URL that was requested. Other errors are logged correctly. .env APP_DEBUG=true LOG_CHANNEL=stack config/logging.php 'stack' => [ 'driver' => 'stack', 'channels' => ['daily'], ], Per the Error Handling documentation: The $dontReport property of the exception handler contains an array of exception types that will not be logged. For example, exceptions