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
What is illuminate in laravel?
How to use skip() and take() in laravel query?
What is singleton in laravel?
Explain the controllers in laravel?
What is the difference between contracts vs facades?
How do I require authentication for a set of routes associated with a subdomain?
How to work with Database in Laravel ?
What is tinker in laravel?
How to Declaration of namespace ?
How to use laravel framework in php?
What is meant by Laravel - Ajax ?
Do you know how to use delete statement in laravel?
What is binding in laravel?
What is xss attack with example?
what is meant by Laravel - Contracts ?