mirror of
https://github.com/Seldaek/monolog.git
synced 2025-10-22 09:06:10 +02:00
Make sure handlers can be closed multiple times
This commit is contained in:
@@ -118,6 +118,8 @@ class RotatingFileHandler extends StreamHandler
|
||||
unlink($file);
|
||||
}
|
||||
}
|
||||
|
||||
$this->mustRotate = false;
|
||||
}
|
||||
|
||||
protected function getTimedFilename()
|
||||
|
Reference in New Issue
Block a user