Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

Commit

Permalink
docs: add new server CLI flag to enable debug endpoints.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrasell committed Jan 4, 2020
1 parent 773329b commit 0b6e80b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/configuration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ The Sherpa server can be configured by supplying either CLI flags or using envir
* `--bind-port` (uint16: 8000) - The HTTP server port to bind to.
* `--cluster-advertise-addr` (string: "http://127.0.0.1:8000") - The Sherpa server advertise address used for NAT traversal on HTTP redirects.
* `--cluster-name` (string: "") - Specifies the identifier for the Sherpa cluster.
* `--debug-enabled` (bool: false) - Specifies if the debugging HTTP endpoints should be enabled.
* `--log-format` (string: "auto") - Specify the log format ("auto", "zerolog" or "human").
* `--log-level` (string: "info") - Change the level used for logging.
* `--log-use-color` (bool: true) - Use ANSI colors in logging output.
Expand Down

0 comments on commit 0b6e80b

Please sign in to comment.