[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-deployment] branch master updated: logging
From: |
gnunet |
Subject: |
[taler-deployment] branch master updated: logging |
Date: |
Wed, 08 Dec 2021 20:43:57 +0100 |
This is an automated email from the git hooks/post-receive script.
ms pushed a commit to branch master
in repository deployment.
The following commit(s) were added to refs/heads/master by this push:
new 003afdc logging
003afdc is described below
commit 003afdcee7065c0ffdc0d4bd0466c29032eb6059
Author: ms <ms@taler.net>
AuthorDate: Wed Dec 8 20:43:53 2021 +0100
logging
---
bin/WIP/taler-local | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/WIP/taler-local b/bin/WIP/taler-local
index 79e2da6..8e56704 100755
--- a/bin/WIP/taler-local
+++ b/bin/WIP/taler-local
@@ -771,7 +771,7 @@ def prepare(x_forwarded_host, x_forwarded_proto,
postgres_db_name):
self.do()
return_code = self.handle.wait()
if return_code != 0:
- fail(f"Command {self.name} failed. Logs in
{self.get_log_filename()}")
+ fail(f"Command {self.name} failed. Logs in {self.log_dir}")
self.cleanup()
if self.capture_stdout:
return self.handle.communicate()[0].decode("utf-8").rstrip()
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-deployment] branch master updated: logging,
gnunet <=