1
0
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:
Jordi Boggiano
2015-08-09 17:29:31 +01:00
parent d93492fb60
commit 3dccef613e
4 changed files with 40 additions and 2 deletions

View File

@@ -118,6 +118,8 @@ class RotatingFileHandler extends StreamHandler
unlink($file);
}
}
$this->mustRotate = false;
}
protected function getTimedFilename()