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