What are the Severity Levels in Laravel ?
Answer / rajani
As Laravel uses monolog PHP logging library, there are various parameters used for analyzing severity levels.
Various severity levels that are available are error, critical, alert and emergency messages.
You can set the severity level as shown in the command below -
'log_level' => env('APP_LOG_LEVEL', 'error')
| Is This Answer Correct ? | 0 Yes | 0 No |
What is ioc container in laravel?
How can we implement a package in laravel?
What is laravel migration?
What is meant by url in internet?
Can laravel be hacked?
What are class traits?
How to use updateorinsert() method in laravel query?
How can someone turn off csrf protection for a specific route?
Difference between Authentication and Authorization ?
What is escape string?
List the default ports that are forwarded to your homestead environment?
What is database migration. How to create migration via artisan?