Skip to content

Commit 1a89451

Browse files
committed
Merge pull request #2424 from mboersma/fix-logger-docs
fix(docs): use /deis/logs/host|port, not /deis/logger/
2 parents fe28cde + b794191 commit 1a89451

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/managing_deis/logger_settings.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ The following etcd keys are set by the database component, typically in its /bin
2222
=========================== =================================================================================
2323
setting description
2424
=========================== =================================================================================
25-
/deis/logger/host IP address of the host running logger
26-
/deis/logger/port port used by the logger service (default: 514)
25+
/deis/logs/host IP address of the host running logger
26+
/deis/logs/port port used by the logger service (default: 514)
2727
=========================== =================================================================================
2828

2929
Settings used by logger

logger/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ install, and start **deis/logger**.
1919
* **ETCD_PORT** sets the TCP port on which to connect to the local etcd
2020
daemon (default: *4001*)
2121
* **ETCD_PATH** sets the etcd directory where the logger announces
22-
its configuration (default: */deis/logger*)
22+
its configuration (default: */deis/logs*)
2323
* **ETCD_TTL** sets the time-to-live before etcd purges a configuration
2424
value, in seconds (default: *10*)
2525
* **PORT** sets the TCP port on which the logger listens (default: *514*)

0 commit comments

Comments
 (0)