Skip to content

Commit df0bfe4

Browse files
committed
Doc: Fix variable name in logging config example
$LOGDIR --> $DEST Change-Id: I461422f48525edf4ecb388b2f962edb03795db50
1 parent 72f9964 commit df0bfe4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/source/configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ a file, keep service logs and disable color in the stored files.
323323

324324
[[local|localrc]]
325325
DEST=/opt/stack/
326-
LOGFILE=$LOGDIR/stack.sh.log
326+
LOGFILE=$DEST/stack.sh.log
327327
LOG_COLOR=False
328328

329329
Database Backend

0 commit comments

Comments
 (0)