From 80751a1c4330e11d4e24ce9978662f239becf7af Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Thu, 7 Feb 2008 23:44:17 +0000 Subject: [PATCH] register logfile attribute --- qaapi/qa/logger.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qaapi/qa/logger.py b/qaapi/qa/logger.py index 69110f3..51af745 100644 --- a/qaapi/qa/logger.py +++ b/qaapi/qa/logger.py @@ -23,6 +23,8 @@ class Logfile: +logfile = Logfile('qaapi.log') + def log(method, method_name = None, \ log_filename = 'system.log', errorlog_filename = 'system_error.log'): """ -- 2.47.0