X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2FMethod.py;h=2bed84473bd33e1866c2b4b89ed5d5d95a87c4e5;hb=950812875ad1720806a559fd34d3dabb6b7b4621;hp=52c6b209ac8a7ed688860fb60e99620a9c2bb64d;hpb=9582313a4608bce4ff9bdccce021c4599537785d;p=plcapi.git 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)