mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-02 17:14:38 +02:00
fix(binance): plus some other tweaks (#3753)
This commit is contained in:
parent
fd52b9b9a4
commit
5f37c72be0
9 changed files with 46 additions and 53 deletions
|
@ -149,6 +149,7 @@ final class StreamHandler
|
|||
);
|
||||
error_log($text);
|
||||
if ($record['level'] < Logger::ERROR && Debug::isEnabled()) {
|
||||
// Not a good idea to print here because http headers might not have been sent
|
||||
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