forked from mirrors/homebox
7 lines
104 B
Go
7 lines
104 B
Go
|
package config
|
||
|
|
||
|
type LoggerConf struct {
|
||
|
Level string `conf:"default:debug"`
|
||
|
File string `conf:""`
|
||
|
}
|