add timezone and timeformat (#572)

* add timezone and timeformat

* rm time zone and keep time format

Co-authored-by: Tony Wang <tonywang.data@gmail.com>
This commit is contained in:
TonyWang
2021-03-20 16:36:19 +08:00
committed by GitHub
parent 4884a7b3c6
commit 52b4f8ca91
2 changed files with 6 additions and 2 deletions

View File

@@ -4,6 +4,7 @@ package logx
type LogConf struct {
ServiceName string `json:",optional"`
Mode string `json:",default=console,options=console|file|volume"`
TimeFormat string `json:",optional"`
Path string `json:",default=logs"`
Level string `json:",default=info,options=info|error|severe"`
Compress bool `json:",optional"`