From 9190cef6b29abf5c030c969a6be23f07449e32ec Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Wed, 4 Mar 2020 23:14:18 +0100 Subject: [PATCH] Update Easybridge container No nead for logging "none" now as Messenger does not spill logs to stderr by default anymore This lets us get some usefull logs on the output, like warnings if any --- nomad/chat.hcl | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/nomad/chat.hcl b/nomad/chat.hcl index 37467d7..80205f1 100644 --- a/nomad/chat.hcl +++ b/nomad/chat.hcl @@ -129,7 +129,7 @@ job "chat" { task "easybridge" { driver = "docker" config { - image = "lxpz/easybridge_amd64:14" + image = "lxpz/easybridge_amd64:17" port_map { api_port = 8321 web_port = 8281 @@ -138,10 +138,6 @@ job "chat" { "secrets/conf:/data" ] args = [ "./easybridge", "-config", "/data/config.json" ] - /* Logging leak a huge amount of sensitive data, disabling it for now */ - logging { - type = "none" - } } artifact {