feat(log): 添加traceId
This commit is contained in:
@@ -171,4 +171,18 @@ public interface BladeConstant {
|
||||
*/
|
||||
String DEFAULT_UNAUTHORIZED_MESSAGE = "签名认证失败";
|
||||
|
||||
/**
|
||||
* mdc trace id key
|
||||
*/
|
||||
String MDC_TRACE_ID_KEY = "traceId";
|
||||
|
||||
/**
|
||||
* trace id header
|
||||
*/
|
||||
String TRACE_ID_HEADER = "bs-trace-id";
|
||||
|
||||
/**
|
||||
* 默认线程池名称
|
||||
*/
|
||||
String DEFAULT_THREAD_EXECUTOR_NAME = "dtpExecutor1";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user