summaryrefslogtreecommitdiffstats
path: root/LogActio
diff options
context:
space:
mode:
authorDavid Sommerseth <davids@redhat.com>2015-10-23 14:53:17 +0200
committerDavid Sommerseth <davids@redhat.com>2015-10-23 14:53:17 +0200
commit5b460a78e9ea685a628e990c2efaa20e28bb2023 (patch)
treee2fe63fc2169faafe86636761d63d6ca0402e461 /LogActio
parent7336f42b4b105fbd49af74328d1313e6d95a2095 (diff)
downloadlogactio-5b460a78e9ea685a628e990c2efaa20e28bb2023.tar.gz
logactio-5b460a78e9ea685a628e990c2efaa20e28bb2023.tar.xz
logactio-5b460a78e9ea685a628e990c2efaa20e28bb2023.zip
IPTipset: Increase verbosity level for logging when calling ipset
Signed-off-by: David Sommerseth <davids@redhat.com>
Diffstat (limited to 'LogActio')
-rw-r--r--LogActio/Reporters/IPTipset.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/LogActio/Reporters/IPTipset.py b/LogActio/Reporters/IPTipset.py
index 164545c..37fd595 100644
--- a/LogActio/Reporters/IPTipset.py
+++ b/LogActio/Reporters/IPTipset.py
@@ -145,7 +145,7 @@ class IPTipset(LogActio.ReporterQueue.ReporterQueue):
def __parse_cmd_log(self, cmd, logfp):
logfp.seek(0)
for line in logfp:
- self.__log(2, "[IPTipset] %s: %s" % (cmd, line))
+ self.__log(3, "[IPTipset] %s: %s" % (cmd, line))
def __call_ipset(self, mode, args = None):