diff --git a/docs/toml.md b/docs/toml.md index a77737ec9..ae348d6df 100644 --- a/docs/toml.md +++ b/docs/toml.md @@ -26,6 +26,8 @@ # # Optional # Default: "ERROR" +# Accepted values, in order of severity: "DEBUG", "INFO", "WARN", "ERROR", "FATAL", "PANIC" +# Messages at and above the selected level will be logged. # # logLevel = "ERROR"