fix(logger-level): changed logger level of user photo loading to debug

Signed-off-by: whiffy <bryanzhao168@yahoo.ca>
This commit is contained in:
whiffy
2026-01-17 18:56:14 -08:00
parent 1c03dc3333
commit 6b0dc4528a
@@ -511,7 +511,7 @@ async function transformUsers(
);
}
} catch (e) {
logger.warn(`Unable to load user photo for`, {
logger.debug(`Unable to load user photo for`, {
user: user.id,
error: e,
});