diff options
Diffstat (limited to 'app/postgres/deploy/postgres.hcl')
-rw-r--r-- | app/postgres/deploy/postgres.hcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/postgres/deploy/postgres.hcl b/app/postgres/deploy/postgres.hcl index 96f44fa..6173cd6 100644 --- a/app/postgres/deploy/postgres.hcl +++ b/app/postgres/deploy/postgres.hcl @@ -49,7 +49,7 @@ job "postgres9.6" { "--store-endpoints", "http://consul.service.2.cluster.deuxfleurs.fr:8500", "--port", "${NOMAD_PORT_psql_proxy_port}", "--listen-address", "0.0.0.0", - "--log-level", "debug" + "--log-level", "info" ] ports = [ "psql_proxy_port" ] } |