Skip to content

Commit

Permalink
A failing federation sync job is not an error
Browse files Browse the repository at this point in the history
This is an INFO warning at best. Else it spams the logs continiously.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
  • Loading branch information
rullzer committed Aug 6, 2018
1 parent aa5956f commit dd5862e
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 dd5862e

Please sign in to comment.