summaryrefslogtreecommitdiff
path: root/logging_utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'logging_utils.py')
-rw-r--r--logging_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/logging_utils.py b/logging_utils.py
index 7be31e3..819e3d3 100644
--- a/logging_utils.py
+++ b/logging_utils.py
@@ -76,7 +76,7 @@ cfg.add_argument(
cfg.add_argument(
'--logging_filename_count',
type=int,
- default=2,
+ default=7,
metavar='COUNT',
help='The number of logging_filename copies to keep before deleting.'
)