document log level and format

Signed-off-by: Oleg Atamanenko <oleg.atamanenko@gmail.com>
This commit is contained in:
Oleg Atamanenko
2022-03-15 20:55:01 -07:00
parent 58bae86d8e
commit fdb746442b
2 changed files with 4 additions and 2 deletions

View File

@@ -146,7 +146,7 @@ type Debug struct {
UID int `toml:"uid"`
GID int `toml:"gid"`
Level string `toml:"level"`
// Format represents the logging format
// Format represents the logging format. Supported values are 'text' and 'json'.
Format string `toml:"format"`
}