Merge pull request #173 from matter-labs/debug_vault

chore: turn off debug again
This commit is contained in:
Harald Hoyer 2024-08-07 13:10:25 +02:00 committed by GitHub
commit 42aa0ed6b0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -42,7 +42,7 @@ nixsgxLib.mkSGXContainer {
"-config=/opt/vault/config.hcl" "-config=/opt/vault/config.hcl"
"-log-level=trace" "-log-level=trace"
]; ];
log_level = "debug"; log_level = "error";
env = { env = {
VAULT_CLUSTER_ADDR.passthrough = true; VAULT_CLUSTER_ADDR.passthrough = true;
VAULT_API_ADDR.passthrough = true; VAULT_API_ADDR.passthrough = true;

View file

@ -22,7 +22,7 @@ storage "raft" {
# Parameter needed because of slow plugin loading # Parameter needed because of slow plugin loading
# may be relaxed for faster machines # may be relaxed for faster machines
performance_multiplier = 200 # performance_multiplier = 200
# autopilot_reconcile_interval = "120s" # autopilot_reconcile_interval = "120s"
# autopilot_update_interval = "60s" # autopilot_update_interval = "60s"