taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 003afdcee7065c0ffdc0d4bd0466c29032eb6059
parent 8e72cf4a02b679bedd84f77b1acd3dc3f2479fb8
Author: ms <ms@taler.net>
Date:   Wed,  8 Dec 2021 20:43:53 +0100

logging

Diffstat:
Mbin/WIP/taler-local | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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()