Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix LogsCollector for default daily logs naming convention in L5
Laravel 5 defaults to daily log files with the naming convention laravel-2015-04-08.log. updated getLogsFile() method to play nice with this change and default to the daily logs while falling back to the single file logs.
- Loading branch information