]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/lib/activitypub/actors/shared/url-to-object.ts
Relax log level
[github/Chocobozzz/PeerTube.git] / server / lib / activitypub / actors / shared / url-to-object.ts
index 982d52b79a60069f8c9b7d37cbbf7781cd33d522..7bc37f1ff83ca18b45caf035141bf6f83eb2d3e4 100644 (file)
@@ -47,7 +47,7 @@ async function fetchActorTotalItems (url: string) {
 
     return body.totalItems || 0
   } catch (err) {
-    logger.warn('Cannot fetch remote actor count %s.', url, { err })
+    logger.info('Cannot fetch remote actor count %s.', url, { err })
     return 0
   }
 }