feat(log): 添加traceId

This commit is contained in:
黄斌峰
2026-08-10 07:31:46 +08:00
parent 667bf66489
commit 2a1b90c6cb
10 changed files with 81 additions and 16 deletions
@@ -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";
}