gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-bank] branch master updated: remove extra debug statement


From: gnunet
Subject: [taler-bank] branch master updated: remove extra debug statement
Date: Mon, 02 Nov 2020 16:00:55 +0100

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository bank.

The following commit(s) were added to refs/heads/master by this push:
     new a2dcd40  remove extra debug statement
a2dcd40 is described below

commit a2dcd40b7b933c3c9cbefdad3e87e70421c8cf14
Author: MS <ms@taler.net>
AuthorDate: Mon Nov 2 16:00:52 2020 +0100

    remove extra debug statement
---
 talerbank/app/middleware.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/talerbank/app/middleware.py b/talerbank/app/middleware.py
index dc1b83b..7a76505 100644
--- a/talerbank/app/middleware.py
+++ b/talerbank/app/middleware.py
@@ -97,7 +97,7 @@ class ExceptionMiddleware:
         if so.  Otherwise, it lets the native handler operate.
         """
         LOGGER.error(f"Error: {exception}, while serving 
{request.get_full_path()}")
-        LOGGER.error(f"Stack trace: {traceback.format_exc()}")
+        # LOGGER.error(f"Stack trace: {traceback.format_exc()}")
 
         if hasattr(exception, "taler_error_code"):
             render_to = self.render.get(request.path)

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]