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

Please write some additional where clauses in laravel?

0 Answers  


Difference between Authentication and Authorization ?

1 Answers  


How to get Retrieving a Cookie in Laravel ?

1 Answers  


What is orm in laravel?

0 Answers  


By default valet serve your app on which tld? How to configure it to use another domain?

0 Answers  






What is composer lock in laravel?

0 Answers  


How to use custom table in laravel modal?

0 Answers  


What is the laravel?

0 Answers  


How to Accessing Session Data in Laravel ?

1 Answers  


How to create & register a service provider in laravel 5?

0 Answers  


Explain about laravel project?

0 Answers  


What is namespace in laravel?

0 Answers  


Categories