Answer Posted / surbhi
Logging is an important mechanism by which system can log errors that are generated.
It is useful to improve the reliability of the system.
Laravel supports different logging modes like single, daily, syslog, and errorlog modes.
You can set these modes in config/app.php file.
'log' => 'daily'
You can see the generated log entries in storage/logs/laravel.log file.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain what is laravel
Write down the name of some aggregates methods provided by the laravel's query builder.
What is best backend framework?
Tell me what is current stable version of laravel?
What is meant by Retrieving Input ?
What is meant by Laravel - Validation ?
Explain, how to get current environment in laravel 5?
What is laravel vue?
Explain about Form without CSRF token in Laravel ?
What is helper in laravel?
Can we assign multiple middlewares to a route.
Explain php artisan?
What is a Laravel - Localization ?
Can laravel be hacked?
What is lts in laravel?