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 the use of fillable in laravel?
Explain how to create custom middleware in laravel?
In which folder robot.txt is placed?
What is queues?
What is use of middleware in laravel?
What is url in laravel?
How can we use the custom table in laravel?
What is contract in laravel?
What are accessors and mutators in eloquent and why should you use them?
What are bundles, reverse routing and the ioc container?
Explain facades in laravel?
What is backend framework?