mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-08-01 16:37:44 -07:00
Improved logging of SIGHUP and cmdReloadConfig
This commit is contained in:
@@ -110,6 +110,8 @@ void ServerLogger::rotateLogs()
|
||||
{
|
||||
if (!logFile)
|
||||
return;
|
||||
|
||||
flushBuffer();
|
||||
|
||||
logFile->close();
|
||||
logFile->open(QIODevice::Append);
|
||||
|
||||
Reference in New Issue
Block a user