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 uuid in laravel?
What is antiforgerytoken mvc5?
What is controller in laravel?
Explain the difference between laravel and codeigniter?
What is auth :: routes ();?
What are the Severity Levels in Laravel ?
Tell me how do you do dependency injection in laravel?
What is service container?
How to create custom library in laravel?
How will you explain homestead in laravel?
What is http middleware?
Explain how to serve sites with tls on valet?
What is Route Parameters ?
What is bearer token?
How to extend a layout file in laravel view?