1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-05 04:37:38 +02:00

For when the date changes during a long process.

This commit is contained in:
yasutomog
2019-04-05 19:10:59 +09:00
committed by Jordi Boggiano
parent 44858a95bd
commit ab7e54e7df

View File

@@ -63,6 +63,7 @@ class StreamHandler extends AbstractProcessingHandler
fclose($this->stream); fclose($this->stream);
} }
$this->stream = null; $this->stream = null;
$this->dirCreated = null;
} }
/** /**