config from env and log to file
This commit is contained in:
@ -52,4 +52,5 @@ func (l *LogFormat) UnmarshalText(data []byte) (err error) {
|
||||
type Log struct {
|
||||
Level string `json:"level" toml:"level"`
|
||||
Format string `json:"format" toml:"format"`
|
||||
Output string `json:"output" toml:"output"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user