mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Merge pull request #2900 from InspectorCaracal/logger-rotate-patch
Fix logger recursion
This commit is contained in:
commit
bd178669b9
1 changed files with 1 additions and 1 deletions
|
|
@ -351,7 +351,7 @@ class WeeklyLogFile(logfile.DailyLogFile):
|
|||
|
||||
def rotate(self):
|
||||
try:
|
||||
self.rotate()
|
||||
super().rotate()
|
||||
except Exception:
|
||||
log_trace(f"Could not rotate the log file {self.name}.")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue