Skip to content

Commit 4423450

Browse files
author
Zhou Yanbing
committed
modify the sample value of LOGDAYS
the value of LOGDAYS in samples/local.conf is 2, so change the value in the comment and the sample value in the document to be consistent with it. Change-Id: I5822bbf1d6ad347c67c886be1e3325113d079114
1 parent d380858 commit 4423450

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

doc/source/configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ number of days of old log files to keep.
279279

280280
::
281281

282-
LOGDAYS=1
282+
LOGDAYS=2
283283

284284
Some coloring is used during the DevStack runs to make it easier to
285285
see what is going on. This can be disabled with::

samples/local.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ SERVICE_PASSWORD=$ADMIN_PASSWORD
4949
# path of the destination log file. A timestamp will be appended to the given name.
5050
LOGFILE=$DEST/logs/stack.sh.log
5151

52-
# Old log files are automatically removed after 7 days to keep things neat. Change
52+
# Old log files are automatically removed after 2 days to keep things neat. Change
5353
# the number of days by setting ``LOGDAYS``.
5454
LOGDAYS=2
5555

0 commit comments

Comments
 (0)