Authored by 陈峰

commit

@@ -64,7 +64,7 @@ module.exports = async({user}, next) => { @@ -64,7 +64,7 @@ module.exports = async({user}, next) => {
64 return false; 64 return false;
65 }); 65 });
66 66
67 - logger.debug(`risk==> router: ${JSON.stringify(router)}, path: ${path}`); // eslint-disable-line 67 + logger.error(`risk==> router: ${JSON.stringify(router)}, path: ${path}`); // eslint-disable-line
68 68
69 if (_.isEmpty(router)) { 69 if (_.isEmpty(router)) {
70 return next(); 70 return next();