initial import
This commit is contained in:
11
core/logx/config.go
Normal file
11
core/logx/config.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package logx
|
||||
|
||||
type LogConf struct {
|
||||
ServiceName string `json:",optional"`
|
||||
Mode string `json:",default=console,options=console|file|volume"`
|
||||
Path string `json:",default=logs"`
|
||||
Level string `json:",default=info,options=info|error|severe"`
|
||||
Compress bool `json:",optional"`
|
||||
KeepDays int `json:",optional"`
|
||||
StackCooldownMillis int `json:",default=100"`
|
||||
}
|
||||
Reference in New Issue
Block a user