package config type Logrus struct { Path string `mapstructure:"path" json:"path" yaml:"path"` Name string `mapstructure:"name" json:"name" yaml:"name"` Level string `mapstructure:"level" json:"level" yaml:"level"` }