From 950812875ad1720806a559fd34d3dabb6b7b4621 Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Thu, 15 Oct 2009 21:47:52 +0000 Subject: [PATCH] reverting last commit. Log everything --- PLC/Method.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 2.43.0