gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: set up logging properly for merc


From: gnunet
Subject: [taler-merchant] branch master updated: set up logging properly for merchant httpd
Date: Mon, 11 Jan 2021 12:17:09 +0100

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

dold pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 523e8109 set up logging properly for merchant httpd
523e8109 is described below

commit 523e8109c606734c26b8d531518dd7d35d849283
Author: Florian Dold <florian@dold.me>
AuthorDate: Mon Jan 11 12:16:05 2021 +0100

    set up logging properly for merchant httpd
---
 src/backend/taler-merchant-httpd.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/backend/taler-merchant-httpd.c 
b/src/backend/taler-merchant-httpd.c
index bf1c4db3..0ae89b76 100644
--- a/src/backend/taler-merchant-httpd.c
+++ b/src/backend/taler-merchant-httpd.c
@@ -1692,7 +1692,10 @@ run (void *cls,
   if (merchant_connection_close)
     go |= TALER_MHD_GO_FORCE_CONNECTION_CLOSE;
   TALER_MHD_setup (go);
-
+  GNUNET_assert (GNUNET_OK ==
+                 GNUNET_log_setup ("taler-merchant-httpd",
+                                   (NULL == loglev) ? "INFO" : loglev,
+                                   logfile));
   result = GNUNET_SYSERR;
   GNUNET_SCHEDULER_add_shutdown (&do_shutdown,
                                  NULL);

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