monolog - Disable logging in Laravel? -
is there global configuration alternative disable logging?
i don't mean disabling logging of errors. mean disabling writing file when log:: called.
if don't want write log file can comment out next line in file start/global.php
//log::usefiles(storage_path().'/logs/laravel.log');
from point on, log file never updated.
laravel monolog
No comments:
Post a Comment