reduce yugabyte log level
This commit is contained in:
parent
2f6d64a1a8
commit
3d0c3c914d
1 changed files with 2 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue