aboutsummaryrefslogtreecommitdiff
path: root/app/postgres/deploy
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2021-04-15 12:38:31 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2021-04-15 12:38:31 +0200
commit87303033d115c1f4da67433c5adc01577311f4c3 (patch)
tree047d2a9f3ab1efce9bde0ca409774f671cc1857c /app/postgres/deploy
parent9dfff86cd2a504f3b4174f5c2498eec7f48f785a (diff)
downloadinfrastructure-87303033d115c1f4da67433c5adc01577311f4c3.tar.gz
infrastructure-87303033d115c1f4da67433c5adc01577311f4c3.zip
Debug stolon backup
Diffstat (limited to 'app/postgres/deploy')
-rw-r--r--app/postgres/deploy/postgres.hcl2
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" ]
}