php - Laravel 4.2 log files not being created -
after resolving error causing log files explode (2+ gb log files full of same exception log), deleted affected log files avoid having eat unnecessary space. error couple of days old, , affected multiple log files.
since deleting log files, however, looks if laravel has stopped logging anything. daily log day made deletion seems have stopped logging @ moment deleted older daily files, , no new daily files have been created since.
i've rerun composer install, artisan dump-autoload, artisan clear-compiled, , artisan cache:clear, no avail. permission settings fine near can tell, , assigned correct user. there no configuration changes made @ all, literally difference in deleting old daily log files.
can point me in right direction this? can provide more information necessary if i'm missing relevant.
turns out wasn't logging error @ all; turns out problem cron scheduler got disabled , key processes weren't running. different problem solve, glad know didn't break logging.
Comments
Post a Comment