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 middleware in laravel?
How can we get data between two dates using query in laravel?
How to redirect user with flashed session data in laravel?
What is x-xsrf-token?
Explain how to share your homestead with others?
what are the benefits of laravel over other php frameworks? Explain
What do you mean by binding in laravel?
What is the laravel?
What is crud generator?
What do you understand by unit testing?
How install react js in laravel?
Is laravel faster than rails?