What is meant by Logging ?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a Retrieving Input ?

566


What is eager loading in laravel?

425


What are the differences between laravel and codeigniter?

403


What is raw expression in laravel?

413


What is http / console kernels in laravel?

417






What is meant by Logging ?

734


What is helpers in laravel?

403


Explain automatic injection in laravel?

430


Tell me how can you display html with blade in laravel?

407


How many types of middleware are there in laravel?

401


What is namespace in php laravel?

408


Define homebrew?

459


What is binding?

463


State the difference between authentication and authorization.

401


How to add additional sites in homestead environment?

425