mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-11 07:34:12 +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->filenameFormat = $filenameFormat;
|
||||||
$this->dateFormat = $dateFormat;
|
$this->dateFormat = $dateFormat;
|
||||||
|
$this->url = $this->getTimedFilename();
|
||||||
|
$this->close();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user