A failing federation sync job is not an error
This is an INFO warning at best. Else it spams the logs continiously. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
parent
aa5956f1eb
commit
dd5862e270
|
@ -50,7 +50,7 @@ class SyncJob extends TimedJob {
|
|||
if ($ex instanceof \Exception) {
|
||||
$this->logger->logException($ex, [
|
||||
'message' => "Error while syncing $url.",
|
||||
'level' => ILogger::ERROR,
|
||||
'level' => ILogger::INFO,
|
||||
'app' => 'fed-sync',
|
||||
]);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue