Answer Posted / 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 |
Post New Answer View All Answers
What is laravel passport?
What is attribute casting and how does it work in eloquent?
How can someone change the default database type in laravel?
How do I test sending emails without actually sending emails to real addresses?
How can I learn laravel fast?
what is meant by Laravel - Contracts ?
What is current stable version of laravel?
What are the Features of Laravel ?
Explain the difference between laravel 4 and laravel 5?
What is auth :: routes ();?
Do you know what developed the laravel?
How to check composer is installed or not in laravel?
How to assign multiple middleware to laravel route ?
What is a Laravel - Localization ?
What is laravel echo?