mirror of
https://github.com/distribution/distribution.git
synced 2025-09-24 04:27:01 +00:00
Adds omitempty to several configuration fields
Includes deprecated Loglevel, Log.Formatter, and Log.Fields
This commit is contained in:
@@ -18,8 +18,8 @@ var configStruct = Configuration{
|
||||
Version: "0.1",
|
||||
Log: struct {
|
||||
Level Loglevel `yaml:"level"`
|
||||
Formatter string `yaml:"formatter"`
|
||||
Fields map[string]interface{} `yaml:"fields"`
|
||||
Formatter string `yaml:"formatter,omitempty"`
|
||||
Fields map[string]interface{} `yaml:"fields,omitempty"`
|
||||
}{
|
||||
Fields: map[string]interface{}{"environment": "test"},
|
||||
},
|
||||
|
Reference in New Issue
Block a user