diff options
author | Alex Auvolat <alex@adnab.me> | 2021-12-28 20:11:00 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2021-12-28 20:11:00 +0100 |
commit | 3d0c3c914d7a80456b826d9dbc089ea34827bd2c (patch) | |
tree | bb466849108542ff397ef2836059b5de3cf976b6 | |
parent | 2f6d64a1a81de511c0b62dc2241dc08dc75e5283 (diff) | |
download | nixcfg-3d0c3c914d7a80456b826d9dbc089ea34827bd2c.tar.gz nixcfg-3d0c3c914d7a80456b826d9dbc089ea34827bd2c.zip |
reduce yugabyte log level
-rw-r--r-- | app/yugabyte/deploy/yugabyte.hcl | 2 |
1 files changed, 2 insertions, 0 deletions
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", |