We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 45f71b1 + 4423450 commit 76c519bCopy full SHA for 76c519b
2 files changed
doc/source/configuration.rst
@@ -279,7 +279,7 @@ number of days of old log files to keep.
279
280
::
281
282
- LOGDAYS=1
+ LOGDAYS=2
283
284
Some coloring is used during the DevStack runs to make it easier to
285
see what is going on. This can be disabled with::
samples/local.conf
@@ -49,7 +49,7 @@ SERVICE_PASSWORD=$ADMIN_PASSWORD
49
# path of the destination log file. A timestamp will be appended to the given name.
50
LOGFILE=$DEST/logs/stack.sh.log
51
52
-# Old log files are automatically removed after 7 days to keep things neat. Change
+# Old log files are automatically removed after 2 days to keep things neat. Change
53
# the number of days by setting ``LOGDAYS``.
54
LOGDAYS=2
55
0 commit comments