What is meant by Logging ?
Answer / 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 |
What is the difference between forget() and the pull() method ?
What is mvc framework laravel?
How to stop mysql on valet?
What do you know about laravel eloquent?
What is rate limiting?
What is eloquent model?
What are some use valet commands?
What are the Writing Gates and Policies ?
Is laravel good for api?
How to get current route name?
What is facade in laravel?
What are the software’s included in laravel homestead?