Doc: Fix variable name in logging config example

$LOGDIR --> $DEST

Change-Id: I461422f48525edf4ecb388b2f962edb03795db50
This commit is contained in:
0weng 2024-11-12 11:44:13 -08:00 committed by Oria Weng
parent 72f99641f1
commit df0bfe4d5c

View File

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