From: Tony Mack Date: Thu, 15 Oct 2009 21:47:52 +0000 (+0000) Subject: reverting last commit. Log everything X-Git-Tag: PLCAPI-4.3-29~6 X-Git-Url: http://git.onelab.eu/?p=plcapi.git;a=commitdiff_plain;h=950812875ad1720806a559fd34d3dabb6b7b4621 reverting last commit. Log everything --- diff --git a/PLC/Method.py b/PLC/Method.py index 52c6b20..2bed844 100644 --- a/PLC/Method.py +++ b/PLC/Method.py @@ -125,8 +125,8 @@ class Method (object): """ # Do not log system or Get calls - if self.name.startswith('system') or self.name.startswith('Get') or self.name.startswith('ReportRunlevel') : - return False + #if self.name.startswith('system') or self.name.startswith('Get') or self.name.startswith('ReportRunlevel') : + # return False # Create a new event event = Event(self.api)