mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 19:42:24 +02:00
Relax log level
401 is expected when the token has expired federation issues are not very important
This commit is contained in:
parent
dea0df90d5
commit
b0f4204266
3 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue