Showing
1 changed file
with
1 additions
and
1 deletions
@@ -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(); |
-
Please register or login to post a comment