aboutsummaryrefslogtreecommitdiffstats
path: root/sos/plugins/watchdog.py
diff options
context:
space:
mode:
Diffstat (limited to 'sos/plugins/watchdog.py')
-rw-r--r--sos/plugins/watchdog.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sos/plugins/watchdog.py b/sos/plugins/watchdog.py
index f39b4f07..d19678ab 100644
--- a/sos/plugins/watchdog.py
+++ b/sos/plugins/watchdog.py
@@ -89,6 +89,6 @@ class Watchdog(Plugin, RedHatPlugin):
log_files = (glob(os.path.join(log_dir, '*.stdout')) +
glob(os.path.join(log_dir, '*.stderr')))
- self.add_copy_spec(log_files, sizelimit=self.get_option('log_size'))
+ self.add_copy_spec(log_files)
# vim: set et ts=4 sw=4 :