Skip to content

Commit

Permalink
Merge pull request #10558 from nextcloud/fix/noid/failing_sync_job_is…
Browse files Browse the repository at this point in the history
…_no_error

A failing federation sync job is not an error
  • Loading branch information
schiessle authored Aug 7, 2018
2 parents 35342b4 + dd5862e commit f8de12c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/federation/lib/SyncJob.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ protected function run($argument) {
if ($ex instanceof \Exception) {
$this->logger->logException($ex, [
'message' => "Error while syncing $url.",
'level' => ILogger::ERROR,
'level' => ILogger::INFO,
'app' => 'fed-sync',
]);
}
Expand Down

0 comments on commit f8de12c

Please sign in to comment.