mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-23 20:24:56 +02:00
chore: add tools for manually administrating the configured cache (#3867)
This commit is contained in:
parent
3ce94409ab
commit
0bf5dbbc0b
10 changed files with 95 additions and 45 deletions
|
@ -149,6 +149,7 @@ final class StreamHandler
|
|||
);
|
||||
error_log($text);
|
||||
if ($record['level'] < Logger::ERROR && Debug::isEnabled()) {
|
||||
// The record level is INFO or WARNING here
|
||||
// Not a good idea to print here because http headers might not have been sent
|
||||
print sprintf("<pre>%s</pre>\n", e($text));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue