common-trace优化日志
This commit is contained in:
parent
6d3795f5a5
commit
e57eb10157
@ -21,9 +21,6 @@ import java.nio.charset.Charset;
|
||||
|
||||
/**
|
||||
* 简单的打印一些入参
|
||||
*
|
||||
* @author tanjie@axzo.cn
|
||||
* @date 2021/12/13 11:13
|
||||
*/
|
||||
@Slf4j
|
||||
@ConditionalOnProperty(prefix = "axzo.log.common.trace", name = "enable", havingValue = "true", matchIfMissing = true)
|
||||
|
||||
@ -19,8 +19,7 @@ import java.io.IOException;
|
||||
import java.util.UUID;
|
||||
|
||||
/**
|
||||
* @author TanJ
|
||||
* @date 2021/5/24
|
||||
* 设置日志中traceId-MDC中设置traceId
|
||||
*/
|
||||
@Slf4j
|
||||
@ConditionalOnProperty(prefix = "axzo.log.common.trace", name = "enable", havingValue = "true", matchIfMissing = true)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user