Files
metricator/internal/logger/config.go
T
2020-12-23 16:28:57 +05:00

7 lines
110 B
Go

package logger
// Config represents logging configuration.
type Config struct {
Debug bool `yaml:"debug"`
}