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 |
How to retrive all requested data in laravel?
Tell us can laravel be hacked?
Is laravel easy?
What do you mean by reverse routing in laravel 5?
What is attribute casting and how does it work in eloquent?
List types of the relationships supported by laravel?
How to check if value is sent in request?
what is Blade ?
Explain extending bindings?
How to add multiple and conditions in laravel query?
What is orm laravel use?
What is database migration in laravel?