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

What are the difference between soft delete & delete in laravel?

0 Answers  


Explain important directories used in a common laravel application.

0 Answers  


What is laravel?

0 Answers  


What is reverse routing?

0 Answers  


What is a Middleware Parameters ?

0 Answers  


What is x-csrf-token?

0 Answers  


What are the steps to configure homestead?

0 Answers  


How to set login page as default page in laravel?

0 Answers  


Tell me how to set database connection in laravel?

0 Answers  


How to create a controller in laravel?

0 Answers  


How to use cookies in laravel?

0 Answers  


How to Create Creating a Cookie in Laravel ?

1 Answers  


Categories