aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sos/plugins/auditd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sos/plugins/auditd.py b/sos/plugins/auditd.py
index 6bc6bf49..f0eb8a5c 100644
--- a/sos/plugins/auditd.py
+++ b/sos/plugins/auditd.py
@@ -25,4 +25,4 @@ class auditd(Plugin, RedHatPlugin, DebianPlugin, UbuntuPlugin):
self.add_copy_specs(["/etc/audit/auditd.conf",
"/etc/audit/audit.rules"])
self.add_copy_spec_limit("/var/log/audit*",
- sizelimit = self.get_option("syslogsize"))
+ sizelimit = self.get_option("logsize"))