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
How can someone change the default database type in laravel?
What are the differences between laravel and codeigniter?
What is backend framework?
What is x-csrf-token?
What are the advantages of using laravel?
List site types supported by homestead?
What is a Laravel - Ajax ?
How to install laravel?
Can we assign multiple middlewares to a route.
What is oauth2 in laravel?
What is uuid in laravel?
What is laravel dependency injection?
Where is the authentication configuration file is located in laravel?
Is laravel easy?
What do you understand by database migrations in laravel? How can we use it?