Skip to content

Commit

Permalink
feat: add compress type in config
Browse files Browse the repository at this point in the history
  • Loading branch information
yyuuttaaoo committed Apr 24, 2023
1 parent e92e7ac commit 856a732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion log_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -491,6 +491,6 @@ type LogConfig struct {
OutputType string `json:"outputType"`
OutputDetail OutputDetail `json:"outputDetail"`

CreateTime uint32 `json:"createTime,omitempty`
CreateTime uint32 `json:"createTime,omitempty"`
LastModifyTime uint32 `json:"lastModifyTime,omitempty"`
}

0 comments on commit 856a732

Please sign in to comment.