What is meant by Error Log ?
Answer / 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 |
What is composer lock in laravel?
By default valet serve your app which tld?
Explain how to localize resource uris in laravel?
What is reverse routing?
What is laravel scout?
What is meant by Laravel - Hashing ?
What does orm stand for?
What do you mean by route groups used in laravel 5?
Which is better django or laravel?
What is difference between var_dump and print_r?
How do I see all defined routes?
What is php artisan. List out some artisan commands?