mirror of https://github.com/docker/docs.git
Merge pull request #520 from endophage/add_logf_docs
adding doc for notary-server -logf option
This commit is contained in:
commit
54667d1254
|
@ -117,6 +117,9 @@ Configuration options:
|
||||||
The debugging server provides [pprof](https://golang.org/pkg/net/http/pprof/)
|
The debugging server provides [pprof](https://golang.org/pkg/net/http/pprof/)
|
||||||
and [expvar](https://golang.org/pkg/expvar/) endpoints.
|
and [expvar](https://golang.org/pkg/expvar/) endpoints.
|
||||||
|
|
||||||
|
- `-logf=<format>` - This flag sets the output format for the logs. Possible
|
||||||
|
formats are "json" and "logfmt"
|
||||||
|
|
||||||
|
|
||||||
Get the official Docker image, which comes with [some sane defaults](
|
Get the official Docker image, which comes with [some sane defaults](
|
||||||
https://github.com/docker/notary/blob/master/fixtures/server-config-local.json),
|
https://github.com/docker/notary/blob/master/fixtures/server-config-local.json),
|
||||||
|
|
Loading…
Reference in New Issue