From 65711177797e799a24290101de549f4f25bb1d9b Mon Sep 17 00:00:00 2001 From: "Bryn M. Reeves" Date: Wed, 20 Jun 2018 17:17:58 +0100 Subject: [sos] make log_size default match master (25) Signed-off-by: Bryn M. Reeves --- sos/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit