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 ?

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


Please Help Members By Posting Answers For Below Questions

What do you mean by route groups used in laravel 5?

688


What are the 3 service provider types?

749


What is route model binding in laravel?

756


Explain how to add additional sites in homestead environment?

759


How to Storing Session Data in Laravel ?

1500


How secure is laravel?

747


Explain how to do 301 redirects in laravel?

720


How to do dependency injection in laravel controllers?

737


explain how to add a middleware in route group?

723


What is a pull() ?

1150


Which types of relationships are available in laravel eloquent?

729


How to send mail using queue in laravel 5?

749


What is the use of object relational mapping?

750


What is name route in laravel?

782


What is Basic Response in Laravel ?

1478