We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have a Symfony project with rotating logs files by day.
So I got lot of files like
app/logs/dev/dev-2016-05-20.log app/logs/dev/dev-2016-06-17.log app/logs/dev/dev-2016-06-20.log app/logs/dev/dev-2016-07-08.log app/logs/dev/dev-2016-07-11.log app/logs/dev/dev-2016-07-12.log
Is there a way actually to dynamicly read all my files without change each day my config.yml ?
config.yml
The text was updated successfully, but these errors were encountered:
Related to #30 (sorry, was a bit too quick with closing. So you only want to show the newest one, not all of them, right?)
Sorry, something went wrong.
No branches or pull requests
I have a Symfony project with rotating logs files by day.
So I got lot of files like
Is there a way actually to dynamicly read all my files without change each day my
config.yml
?The text was updated successfully, but these errors were encountered: