From 04ba393efb38c94d0a36c8b3362a19ae11b1874a Mon Sep 17 00:00:00 2001 From: HuKeping Date: Mon, 25 Apr 2016 10:15:17 -0400 Subject: [PATCH] Docs: some review on reference/commond-configs The reason why we'd like to fail the start when a wrong debug level was provided, please take a look at: https://github.com/docker/notary/pull/389 Signed-off-by: Hu Keping --- docs/reference/common-configs.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/reference/common-configs.md b/docs/reference/common-configs.md index 8acc485d43..8990631994 100644 --- a/docs/reference/common-configs.md +++ b/docs/reference/common-configs.md @@ -20,8 +20,9 @@ Notary [server](server-config.md) or [signer](signer-config.md). ## logging section (optional) -The logging section sets the log level of the server. If it is not provided -or invalid, the signer defaults to an ERROR logging level. +The logging section sets the log level of the server. If it is not provided, +the signer/server defaults to an ERROR logging level. However if an explicit +value was provided, it must be a valid value. Example: