-
Notifications
You must be signed in to change notification settings - Fork 157
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
Improved filename treatment - Related to issue #55 #58
Conversation
Added support to extension on file name Added options to customize separator apart from date format Added option for default extension, in case it's ommited from the file name
I'm not familiar with travis to understand what may have failed, if you want to give me some guidelines I'll be happy to correct my pull request. I'm sure it's working correctly because I implemented it for a live project. |
@velenoise thanks for the PR. Can you make sure that the unit tests are passing -- you can do so by running Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
extension after datepattern is very welcome 👍
I've been quite busy with some other stuff, but I'll try to get back to it this week. |
Hi guys, Please can sb merge this ? We have live project where we use this plugin and I really need this feature. Thanks. |
Any chance to get this merged? |
@kiermasp Feel free to download from my branch while it's not merged: https://github.com/velenoise/winston-daily-rotate-file/tree/filename-adjustments. It seems some new test checks were included that are failing on my branch now, I'll have to take some time later to review them, but probably it's just that the tests are waiting for the old format as a result. |
@velenoise I'd like to get this merged. However, I also need to make sure that we're not changing existing unit tests to make this work. The existing unit tests describe functionality that users of the library may have come to expect. This may mean that we need to add an option that users can select to leverage your code path. So, as I see it, there are a couple things left:
Thanks! |
@velenoise awesome!!! this is what i need :D I am using your branch.. once its merged I assume you will delete it? I got it on star and watching it so it should notify me. thanks |
Some long-overdue refactoring of the transport has occurred. Closing this PR in favor of #107. |
Added support to extension on file name
Added options to customize separator apart from date format
Added option for default extension, in case it's ommited from the file
name