Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is meant by Error Log ?



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

Post New Answer

More Laravel PHP Framework Interview Questions

Is laravel spark free?

0 Answers  


What is crud in laravel?

1 Answers  


What is a Terminable Middleware ?

0 Answers  


What is difference between single quote and double quote?

0 Answers  


What are the 3 service provider types?

0 Answers  


How long have you been using laravel?

0 Answers  


Is laravel safe from sql injection?

0 Answers  


What is a laravel model?

0 Answers  


How to create Controller Laravel - File Uploading ?

1 Answers  


What is laravel mvc?

1 Answers  


How do I seed my database for column that is a foreign key referencing to other table?

0 Answers  


How to get current environment in laravel 5?

0 Answers  


Categories