From 3d0c3c914d7a80456b826d9dbc089ea34827bd2c Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Tue, 28 Dec 2021 20:11:00 +0100 Subject: [PATCH] reduce yugabyte log level --- app/yugabyte/deploy/yugabyte.hcl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/yugabyte/deploy/yugabyte.hcl b/app/yugabyte/deploy/yugabyte.hcl index 534d7c7..e7efa7a 100644 --- a/app/yugabyte/deploy/yugabyte.hcl +++ b/app/yugabyte/deploy/yugabyte.hcl @@ -43,6 +43,7 @@ job "yugabytedb" { "--placement_cloud=deuxfleurs", "--placement_region=staging", "--placement_zone=neptune", + "--minloglevel=1", ] volumes = [ "/mnt/ssd/yugabyte/master:/mnt/master", @@ -142,6 +143,7 @@ job "yugabytedb" { "--placement_cloud=deuxfleurs", "--placement_region=staging", "--placement_zone=neptune", + "--minloglevel=1", ] volumes = [ "/mnt/ssd/yugabyte/tserver:/mnt/tserver",