5 lines
84 B
Go
5 lines
84 B
Go
package logging
|
|
|
|
type Config struct {
|
|
LogLevel string `mapstructure:"LOG_LEVEL"`
|
|
}
|