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

New version of file-stream-rotate [v1] - some breaking changes introduced #361

Open
rogerc opened this issue Oct 30, 2022 · 0 comments
Open

Comments

@rogerc
Copy link

rogerc commented Oct 30, 2022

Hi @mattberther

I will be releasing a new version [v1.0.0] in a few days. Its rewritten in Typescript. From the tests I've done all seems to work the same as before based on the examples I provided in the readme. However, I've removed moment.js and I am not using any dependencies. For date replacements, I am using the built-in functions which limits the replacements available.

The lines from the readme that highlight the changes are:

frequency:
How often to rotate. Options are 'daily' for daily rotation, 'date' based on date_format, '[1-12]h' to rotate every 1-12 hours, '[1-30]m' to rotate every 1-30 minutes.
date_format:
Use 'Y' for full year, 'M' for month, 'D' for day, 'H' for hour, 'm' for minutes, 's' for seconds If using 'date' frequency, it is used to trigger file change when the string representation changes. It will be used to replace %DATE% in the filename. All replacements are numeric only.

Link to the new version below.

https://github.com/rogerc/file-stream-rotator/tree/v1

Would be great if you could check your end and let me know you find any issues.

Thanks

Roger

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

No branches or pull requests

1 participant