What are the Severity Levels in Laravel ?

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


Please Help Members By Posting Answers For Below Questions

Explain how to list all routes in laravel?

583


What is csrf protection?

551


Explain the concept of encryption and decryption in laravel.

525


Explain how to bind a service container to a service provide?

505


What is heredoc syntax?

510


Explain the events in laravel?

527


How to share your homestead with others.

531


Tell me what are system requirement for laravel 5.0?

512


How do I make all of my forms bootstrap opinionated?

536


What is the use of in laravel?

509


What are laravel’s contracts?

587


What is meant by Attaching Headers ?

1196


Explain how to register a service provider via composer in laravel?

497


What are some use valet commands?

532


What is use of print_r () and dump () functions?

525