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