gnunet-svn
[Top][All Lists]
Advanced

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

[taler-bank] branch master updated: comment


From: gnunet
Subject: [taler-bank] branch master updated: comment
Date: Tue, 29 Sep 2020 18:15:10 +0200

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 abbbe77  comment
abbbe77 is described below

commit abbbe77137c91713af0c3485324776056d61fd7a
Author: MS <ms@taler.net>
AuthorDate: Tue Sep 29 18:15:06 2020 +0200

    comment
---
 talerbank/app/tests.py | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/talerbank/app/tests.py b/talerbank/app/tests.py
index 7597b63..b045b7b 100644
--- a/talerbank/app/tests.py
+++ b/talerbank/app/tests.py
@@ -43,8 +43,9 @@ from taler.util.amount import (
 
 LOGGER = logging.getLogger()
 LOGGER.setLevel(logging.DEBUG)
-LOGGER.handlers = [] # disable default console output.
-fileHandler = logging.FileHandler("tests.log") # put salt in filename.
+LOGGER.handlers = []
+# Logfile opens in 'append' mode.
+fileHandler = logging.FileHandler("tests.log")
 fileHandler.setLevel(logging.DEBUG)
 fileHandler.setFormatter(
     logging.Formatter(fmt="%(asctime)-15s %(module)s %(levelname)s 
%(message)s")

-- 
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]