X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa%2Futil%2Fsfalogging.py;h=75229b3828f030aacff306b679593d268d1f539f;hb=2677634c4bbd4ccb9ec3ace8cef24cf99716d82a;hp=3c7eee603ddf807cc6b207cd00aa5d1023c11e71;hpb=16b9b27493626e78ab9d8385b58f677273d72e51;p=sfa.git diff --git a/sfa/util/sfalogging.py b/sfa/util/sfalogging.py index 3c7eee60..75229b38 100644 --- a/sfa/util/sfalogging.py +++ b/sfa/util/sfalogging.py @@ -103,8 +103,8 @@ class _SfaLogger: # for investigation purposes, can be placed anywhere def log_stack(self,message): to_log="".join(traceback.format_stack()) - self.debug("%s BEG STACK"%message+"\n"+to_log) - self.debug("%s END STACK"%message) + self.info("%s BEG STACK"%message+"\n"+to_log) + self.info("%s END STACK"%message) def enable_console(self, stream=sys.stdout): formatter = logging.Formatter("%(message)s")