document log level and format
Signed-off-by: Oleg Atamanenko <oleg.atamanenko@gmail.com>
This commit is contained in:
@@ -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"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user