You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: