Fixed GeolocationDbUpdater so that it does not try to interact with the reader if the file does not exist, preventing later errors

This commit is contained in:
Alejandro Celaya
2019-07-23 17:07:40 +02:00
parent c6fdd8a59f
commit 999beef349
5 changed files with 27 additions and 11 deletions

View File

@@ -14,7 +14,7 @@ $logger = $isSwoole ? [
],
'shlink_stdout_handler' => [
'class' => StreamHandler::class,
'level' => Logger::INFO,
'level' => Logger::DEBUG,
'stream' => 'php://stdout',
'formatter' => 'dashed',
],