mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Minor fix for logging
This commit is contained in:
parent
490c4f11cf
commit
cc809dd7e8
1 changed files with 1 additions and 1 deletions
|
|
@ -367,7 +367,7 @@ class EvenniaLogFile(logfile.LogFile):
|
|||
logfile.LogFile.rotate(self)
|
||||
return
|
||||
lines = tail_log_file(self.path, 0, self.num_lines_to_append)
|
||||
logfile.LogFile.rotate(self)
|
||||
super().rotate()
|
||||
for line in lines:
|
||||
self.write(line)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue