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 singleton design pattern in laravel?
What is view laravel?
What is blade php in laravel?
How to retrive all requested data in laravel?
Define composer.
What is meant by Forms in Laravel ?
What is contextual binding?
Which template engine is used by laravel?
Is laravel an mvc?
Explain validation concept in laravel.
When laravel was launched?
How do you call artisan command in laravel?