merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit 4a5eb6179311b27d66103c09963dc5b213c7ceff
parent 523e8109c606734c26b8d531518dd7d35d849283
Author: Florian Dold <florian@dold.me>
Date:   Mon, 11 Jan 2021 12:38:57 +0100

Revert "set up logging properly for merchant httpd"

This reverts commit 523e8109c606734c26b8d531518dd7d35d849283.

Diffstat:
Msrc/backend/taler-merchant-httpd.c | 5+----
1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/src/backend/taler-merchant-httpd.c b/src/backend/taler-merchant-httpd.c @@ -1692,10 +1692,7 @@ 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);