chore: make getParentChain logging verbose

This commit is contained in:
Julian Lam
2024-06-14 13:26:56 -04:00
parent 89d2363d5e
commit 6069bee019

View File

@@ -289,7 +289,7 @@ Notes.getParentChain = async (uid, input) => {
} }
} }
} catch (e) { } catch (e) {
winston.warn(`[activitypub/notes/getParentChain] Cannot retrieve ${id}, terminating here.`); winston.verbose(`[activitypub/notes/getParentChain] Cannot retrieve ${id}, terminating here.`);
} }
} }
}; };