Merge pull request #520 from endophage/add_logf_docs

adding doc for notary-server -logf option
This commit is contained in:
Diogo Mónica 2016-01-28 17:59:33 -08:00
commit 54667d1254
1 changed files with 3 additions and 0 deletions

View File

@ -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),