feat - 调整服务异常调试小工具的标识
This commit is contained in:
parent
a0782721c9
commit
c2695ddd8b
@ -81,7 +81,7 @@ public class GlobalExceptionHandler extends ResponseEntityExceptionHandler {
|
||||
* 多设置一个key = TraceId, value为traceId的变量到MDC. 以兼容目前的logback-spring.xml的配置
|
||||
*/
|
||||
public static final String TRACE_ID_IN_MDC = "traceId";
|
||||
private static final String RECORD_FLAG = "debug";
|
||||
private static final String RECORD_FLAG = "server-debug";
|
||||
|
||||
|
||||
@Value("${axzo.framework.debug:X-Metadata-Tag}")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user