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

Add date format option #93

Merged
merged 2 commits into from
Sep 27, 2024
Merged

Conversation

subahanumanth
Copy link
Contributor

No description provided.

@@ -243,3 +243,115 @@ test('symlink rotates on roll', async ({ equal, ok, resolves }) => {
const content = await readFile(linkPath, 'utf8')
ok(content.includes('#4'), 'symlink contains fourth log')
})

test('rotate file with date format based on frequency', async ({ ok, rejects }) => {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you move those to a different test file? This is becoming too long.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mcollina Done!

@mcollina
Copy link
Owner

Thanks, just one nit!

Copy link
Owner

@mcollina mcollina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@mcollina mcollina merged commit d0e14b2 into mcollina:main Sep 27, 2024
6 checks passed
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