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
Explain how to list all routes in laravel?
What is csrf protection?
Explain the concept of encryption and decryption in laravel.
Explain how to bind a service container to a service provide?
What is heredoc syntax?
Explain the events in laravel?
How to share your homestead with others.
Tell me what are system requirement for laravel 5.0?
How do I make all of my forms bootstrap opinionated?
What is the use of in laravel?
What are laravel’s contracts?
What is meant by Attaching Headers ?
Explain how to register a service provider via composer in laravel?
What are some use valet commands?
What is use of print_r () and dump () functions?