Doc: Fix variable name in logging config example
$LOGDIR --> $DEST Change-Id: I461422f48525edf4ecb388b2f962edb03795db50
This commit is contained in:
parent
72f99641f1
commit
df0bfe4d5c
@ -323,7 +323,7 @@ a file, keep service logs and disable color in the stored files.
|
||||
|
||||
[[local|localrc]]
|
||||
DEST=/opt/stack/
|
||||
LOGFILE=$LOGDIR/stack.sh.log
|
||||
LOGFILE=$DEST/stack.sh.log
|
||||
LOG_COLOR=False
|
||||
|
||||
Database Backend
|
||||
|
Loading…
Reference in New Issue
Block a user