From: Tony Mack Date: Fri, 16 Oct 2009 00:34:48 +0000 (+0000) Subject: dont log system calls X-Git-Tag: PLCAPI-4.3-29~4 X-Git-Url: http://git.onelab.eu/?p=plcapi.git;a=commitdiff_plain;h=253f60663a831cbe5416707805d5f4769dbb3fff dont log system calls --- diff --git a/PLC/Method.py b/PLC/Method.py index a422b96..dfe9f1a 100644 --- a/PLC/Method.py +++ b/PLC/Method.py @@ -128,6 +128,8 @@ class Method (object): #if self.name.startswith('system') or self.name.startswith('Get'): # return False # Do not log ReportRunlevel + if self.name.startswith('system'): + return False if self.name.startswith('ReportRunlevel'): return False