mirror of
https://github.com/evennia/evennia.git
synced 2026-03-29 03:57:17 +02:00
Minor fix for logging
This commit is contained in:
parent
42cc51356f
commit
f3ad0fb9fa
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