升级mysql日志包装实例

This commit is contained in:
2021-12-24 16:28:09 +08:00
parent 0faf50ceba
commit ce1321b5eb
3 changed files with 56 additions and 36 deletions

View File

@ -42,8 +42,3 @@ type LogConfig struct {
TraceFieldName string
Skip int
}
const (
// defaultTraceFieldName 默认trace_id字段
defaultTraceFieldName = "trace_id"
)