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 <hukeping@huawei.com>
This commit is contained in:
HuKeping 2016-04-25 10:15:17 -04:00
parent 5194c4bd8b
commit 04ba393efb
1 changed files with 3 additions and 2 deletions

View File

@ -20,8 +20,9 @@ Notary [server](server-config.md) or [signer](signer-config.md).
## logging section (optional) ## logging section (optional)
The logging section sets the log level of the server. If it is not provided 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 signer/server defaults to an ERROR logging level. However if an explicit
value was provided, it must be a valid value.
Example: Example: