forked from mirrors/homebox
update docs
This commit is contained in:
parent
84144d823d
commit
6341aebe66
13 changed files with 139 additions and 19 deletions
|
@ -1,6 +1,11 @@
|
|||
package config
|
||||
|
||||
const (
|
||||
LogFormatJSON = "json"
|
||||
LogFormatText = "text"
|
||||
)
|
||||
|
||||
type LoggerConf struct {
|
||||
Level string `conf:"default:debug"`
|
||||
File string `conf:""`
|
||||
Level string `conf:"default:info"`
|
||||
Format string `conf:"default:text"`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue