mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-25 18:45:27 -06:00
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:
@@ -14,7 +14,7 @@ $logger = $isSwoole ? [
|
||||
],
|
||||
'shlink_stdout_handler' => [
|
||||
'class' => StreamHandler::class,
|
||||
'level' => Logger::INFO,
|
||||
'level' => Logger::DEBUG,
|
||||
'stream' => 'php://stdout',
|
||||
'formatter' => 'dashed',
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user