Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix LogsCollector for default daily logs naming convention in L5 #331

Merged
merged 1 commit into from
Apr 9, 2015

Conversation

unitedworx
Copy link
Contributor

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.

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.
barryvdh added a commit that referenced this pull request Apr 9, 2015
fix LogsCollector for default daily logs naming convention in L5
@barryvdh barryvdh merged commit 22ebc15 into barryvdh:master Apr 9, 2015
@unitedworx
Copy link
Contributor Author

Thanks for merging this Barry. Much appreciated

@barryvdh
Copy link
Owner

barryvdh commented Apr 9, 2015

And thank you for fixing it :)
I don't usually use this collector, so didn't notice any problems.

@unitedworx
Copy link
Contributor Author

No problem! Considering the number of open request i figured you were busy so thought of digging in to try and fix this myself.

Will try and dig into the view collector as well since it appears not to play well with Twig bridge and does not show the actual view data.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants