Skip to content

aiologger/handlers/files.py bug #35

Description

@zhuyujie1993

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions