Skip to content

Commit 856a732

Browse files
committed
feat: add compress type in config
1 parent e92e7ac commit 856a732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

log_config.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -491,6 +491,6 @@ type LogConfig struct {
491491
OutputType string `json:"outputType"`
492492
OutputDetail OutputDetail `json:"outputDetail"`
493493

494-
CreateTime uint32 `json:"createTime,omitempty`
494+
CreateTime uint32 `json:"createTime,omitempty"`
495495
LastModifyTime uint32 `json:"lastModifyTime,omitempty"`
496496
}

0 commit comments

Comments
 (0)