mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-04 10:04:54 +02:00
chore: increase linter speed (#4211)
This commit is contained in:
parent
133dbf87c5
commit
4424ea54e9
3 changed files with 7 additions and 4 deletions
|
@ -62,6 +62,9 @@ register_shutdown_function(function () use ($logger) {
|
|||
|
||||
$cacheFactory = new CacheFactory($logger);
|
||||
|
||||
// Uncomment this for debug logging
|
||||
// $logger->addHandler(new StreamHandler('/tmp/rss-bridge.txt', Logger::DEBUG));
|
||||
|
||||
if (Debug::isEnabled()) {
|
||||
$logger->addHandler(new ErrorLogHandler(Logger::DEBUG));
|
||||
$cache = $cacheFactory->create('array');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue