mirror of https://github.com/docker/docs.git
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:
parent
5194c4bd8b
commit
04ba393efb
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue