Adding Logger Tests
This commit is contained in:
committed by
Hypolite Petovan
parent
7bebb03f95
commit
aee348fa02
@@ -115,7 +115,6 @@ class StreamLogger extends AbstractLogger
|
||||
|
||||
$this->checkStream();
|
||||
|
||||
$this->stream = fopen($this->url, 'a');
|
||||
$formattedLog = $this->formatLog($level, $message, $context);
|
||||
fwrite($this->stream, $formattedLog);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user