homebox/backend/internal/config/conf_logger.go
2022-08-29 18:30:36 -08:00

6 lines
104 B
Go

package config
type LoggerConf struct {
Level string `conf:"default:debug"`
File string `conf:""`
}