mirror of
https://github.com/akyaiy/GoSally-mvp.git
synced 2026-01-06 21:52:25 +00:00
add json_format option for structure logging
This commit is contained in:
@@ -55,6 +55,7 @@ type Updates struct {
|
||||
}
|
||||
|
||||
type Log struct {
|
||||
JSON *bool `mapstructure:"json_format"`
|
||||
Level *string `mapstructure:"level"`
|
||||
OutPath any `mapstructure:"output"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user