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",