homebox/backend/internal/config/conf_logger.go

7 lines
104 B
Go
Raw Normal View History

2022-08-30 02:30:36 +00:00
package config
type LoggerConf struct {
Level string `conf:"default:debug"`
File string `conf:""`
}