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 latest version of laravel?
what is meant by Views ?
How do I populate my database with sample data?
Explain how to share sites with external world on valet?
Is multiple php versions are supported by homestead?
Explain validation concept in laravel.
What is meant by Retrieving Input ?
What is report method?
How to enable or disable maintaince mode in laravel.
What is the latest version of laravel?
Explain how to add csrf protection in laravel?
What are named routes in laravel?
Tell me how would you add a 3rd party package like sentry?
What is meant by Laravel - Encryption ?
What is reverse path filtering?