aboutsummaryrefslogtreecommitdiffstats
path: root/sos/plugins/mssql.py
diff options
context:
space:
mode:
Diffstat (limited to 'sos/plugins/mssql.py')
-rw-r--r--sos/plugins/mssql.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/sos/plugins/mssql.py b/sos/plugins/mssql.py
index 8209cbe9..24547ac8 100644
--- a/sos/plugins/mssql.py
+++ b/sos/plugins/mssql.py
@@ -80,9 +80,8 @@ class MsSQL(Plugin, RedHatPlugin):
])
if not self.get_option('all_logs'):
- limit = self.get_option('log_size')
- self.add_copy_spec(errorlogfile + '/*', sizelimit=limit)
- self.add_copy_spec(sqlagent_errorlogfile, sizelimit=limit)
+ self.add_copy_spec(errorlogfile + '/*')
+ self.add_copy_spec(sqlagent_errorlogfile)
else:
self.add_copy_spec(errorlogfile + '/*')
self.add_copy_spec(sqlagent_errorlogfile)