Skip to content

Commit 76c519b

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "modify the sample value of LOGDAYS"
2 parents 45f71b1 + 4423450 commit 76c519b

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)