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 middleware in laravel?
Tell me how do I see all of the routes that are defined?
Is laravel any good?
How can you retrieve values for laravel configration files.
What is the use of object relational mapping?
Name the first file that loaded in laravel?
How to know laravel version?
How to get, set cookies in laravel?
What are laravel contract’s?
What is the use of accessors and mutators in eloquent?
List some default packages provided by laravel 5.6?
By default valet serve your app on which tld? How to configure it to use another domain?