aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryn M. Reeves <bmr@redhat.com>2018-06-20 17:17:58 +0100
committerBryn M. Reeves <bmr@redhat.com>2018-06-20 18:01:21 +0100
commit65711177797e799a24290101de549f4f25bb1d9b (patch)
tree52ff1b5b327c632f7a9c9b137f89905f59cae0c0
parent1f0eee146650eabc1b5317255f99b61794731fe4 (diff)
downloadsos-65711177797e799a24290101de549f4f25bb1d9b.tar.gz
[sos] make log_size default match master (25)
Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
-rw-r--r--sos/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sos/__init__.py b/sos/__init__.py
index 0b243f9c..b530bd82 100644
--- a/sos/__init__.py
+++ b/sos/__init__.py
@@ -55,7 +55,7 @@ _arg_names = [
_arg_defaults = {
"chroot": "auto",
"compression_type": "auto",
- "log_size": 10,
+ "log_size": 25,
"preset": "auto",
# Verbosity has an explicit zero default since the ArgumentParser
# count action default is None.