metricator/internal/logger/config.go

7 lines
110 B
Go
Raw Normal View History

2020-12-23 16:28:57 +05:00
package logger
// Config represents logging configuration.
type Config struct {
Debug bool `yaml:"debug"`
}