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 Logging ?



What is meant by Logging ?..

Answer / surbhi

Logging is an important mechanism by which system can log errors that are generated.
It is useful to improve the reliability of the system.
Laravel supports different logging modes like single, daily, syslog, and errorlog modes.
You can set these modes in config/app.php file.
'log' => 'daily'

You can see the generated log entries in storage/logs/laravel.log file.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Laravel PHP Framework Interview Questions

Explain how to install valet?

0 Answers  


Explain few features of laravel?

0 Answers  


What is database seeding in laravel?

0 Answers  


Tell me how would you add a 3rd party package like sentry?

0 Answers  


What is auth :: routes ();?

0 Answers  


Tell me does laravel support caching?

0 Answers  


Do you know what developed the laravel?

0 Answers  


Define laravel guard.

0 Answers  


Explain me how to assign multiple middleware to laravel route ?

0 Answers  


Explain faker in laravel.

0 Answers  


How to use select query in laravel?

0 Answers  


What is service container?

0 Answers  


Categories