able to parse xml
This commit is contained in:
@ -50,6 +50,6 @@ func (l *LogFormat) UnmarshalText(data []byte) (err error) {
|
||||
}
|
||||
|
||||
type Log struct {
|
||||
Level string `json:"level"`
|
||||
Format string `json:"format"`
|
||||
Level string `json:"level" toml:"level"`
|
||||
Format string `json:"format" toml:"format"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user