mirror of
https://github.com/friendica/friendica
synced 2025-04-26 10:30:11 +00:00
Adding Logger Tests
This commit is contained in:
parent
7bebb03f95
commit
aee348fa02
9 changed files with 447 additions and 82 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue