mirror of
https://github.com/didi/KnowStreaming.git
synced 2025-12-24 20:22:12 +08:00
[Optimize]日志统一格式&优化输出内容-part3(#800)
This commit is contained in:
@@ -63,7 +63,7 @@ public class PermissionInterceptor implements HandlerInterceptor {
|
||||
classRequestMappingValue = getClassRequestMappingValue(handler);
|
||||
} catch (Exception e) {
|
||||
LOGGER.error(
|
||||
"class=PermissionInterceptor||method=preHandle||uri={}||msg=parse class request-mapping failed",
|
||||
"method=preHandle||uri={}||msg=parse class request-mapping failed",
|
||||
request.getRequestURI(), e);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user