Merge pull request #10558 from nextcloud/fix/noid/failing_sync_job_is_no_error
A failing federation sync job is not an error
This commit is contained in:
commit
f8de12c014
|
@ -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