Answer Posted / nafees ahmad
Logging the errors in a web application helps to track them and in planning a strategy for removing them.
The log information can be configured in the web application in config/app.php file. Please note the following points while dealing with Error Log in Laravel -
Laravel uses monolog PHP logging library.
The logging parameters used for error tracking are single, daily, syslog and errorlog.
For example, if you wish to log the error messages in log files, you should set the log value in your app configuration to daily as shown in the command below -
'log' => env('APP_LOG',’daily’),
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to remove a complied class file?
List the steps to configure laravel application.
How to Connecting to Database in Laravel ?
How do I setup localization for an application?
What is mvc framework?
Explain how to register a service provider via composer in laravel?
What is lumen?
Define hashing in laravel.
How to implement you own package in laravel?
What is bootstrap software development?
Tell us can laravel be hacked?
What is laravel artisan?
Does laravel support php 7?
What is laravel good for?
What is laravel best for?