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 |
Explain validations in laravel?
Explain how to share your homestead with others?
What is a caas?
What is route model binding?
What are the steps Redirecting to Named Routes in Laravel ?
What is routing and how, and what are the different ways to write it?
When laravel was launched?
How to make a constant and use globally?
How to check column is exists or not in a table using laravel?
What is http / console kernels in laravel?
What is auth in laravel?
Do you know what is laravel elixir?