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 uri in laravel?
Who are Manually Authenticating Users in Laravel ?
Explain elixir in laravel?
How can we turn off csrf protection for a particular route?
What are accessors and mutators in eloquent and why should you use them?
How to extend login expire time in auth?
In laravel, what is guarded attribute in a model?
What is monolog library?
What are the benefits of laravel?
What is homestead.yaml?
State the difference between get and post method.
What are some use valet commands?
What is Named Routes.
How do I start laravel in ubuntu?
What is controller in laravel?