mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-09 14:46:46 +02:00
Fix issue with changing the rotating file handler filename format, refs #267
This commit is contained in:
@@ -65,6 +65,8 @@ class RotatingFileHandler extends StreamHandler
|
||||
{
|
||||
$this->filenameFormat = $filenameFormat;
|
||||
$this->dateFormat = $dateFormat;
|
||||
$this->url = $this->getTimedFilename();
|
||||
$this->close();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user