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

aiologger/handlers/files.py bug #35

Open
zhuyujie1993 opened this issue Dec 28, 2024 · 0 comments
Open

aiologger/handlers/files.py bug #35

zhuyujie1993 opened this issue Dec 28, 2024 · 0 comments

Comments

@zhuyujie1993
Copy link

zhuyujie1993 commented Dec 28, 2024

This is an obvious bug, the code did not retrieve the latest n log files At line 409, the 'return result [: len (result) - self. backup_comnt]' needs to be modified to: return result[self.backup_count:]
Hope to adopt the update as soon as possible
@diogommartins

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