mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-14 14:49:36 +02:00
refactor (#3708)
This commit is contained in:
parent
e1b911fc1f
commit
cd30c25b08
14 changed files with 282 additions and 884 deletions
|
@ -148,6 +148,9 @@ final class StreamHandler
|
|||
$context
|
||||
);
|
||||
error_log($text);
|
||||
if (Debug::isEnabled()) {
|
||||
print sprintf("<pre>%s</pre>\n", e($text));
|
||||
}
|
||||
//$bytes = file_put_contents('/tmp/rss-bridge.log', $text, FILE_APPEND | LOCK_EX);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue