chore: move more logger infos to debugs
This commit is contained in:
@@ -387,7 +387,7 @@ router.beforeEach(async (to, _from, next) => {
|
||||
);
|
||||
}
|
||||
|
||||
logger.info(`[Router] ✅ Navigation guard passed for: ${to.path}`);
|
||||
logger.debug(`[Router] ✅ Navigation guard passed for: ${to.path}`);
|
||||
next();
|
||||
} catch (error) {
|
||||
logger.error("[Router] ❌ Identity creation failed in navigation guard:", {
|
||||
|
||||
Reference in New Issue
Block a user