1
0
Fork 1
mirror of https://github.com/hay-kot/homebox.git synced 2025-02-25 13:39:09 +00:00
homebox/backend/internal/config/conf_logger.go

7 lines
104 B
Go
Raw Normal View History

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