diff --git a/longevity-tests/docker-compose.yml b/longevity-tests/docker-compose.yml index e7eb5af43f1faa83a22450d32cec7e5fc615c251..ed7ad5c0c1cc6c6b6c42a44e9f2966080dd9f2fe 100644 --- a/longevity-tests/docker-compose.yml +++ b/longevity-tests/docker-compose.yml @@ -1,7 +1,7 @@ services: kms01: image: gokms - command: ["--log", "debug", "--kms_config", "/tmp/kms/config/kms01.yaml"] + command: ["--log", "info", "--kms_config", "/tmp/kms/config/kms01.yaml"] volumes: - ../config/goKMS/example01.yaml:/tmp/kms/config/kms01.yaml - ../artifacts/ssl:/ssl @@ -11,7 +11,7 @@ services: kms02: image: gokms - command: ["--log", "debug", "--kms_config", "/tmp/kms/config/kms02.yaml"] + command: ["--log", "info", "--kms_config", "/tmp/kms/config/kms02.yaml"] volumes: - ../config/goKMS/example02.yaml:/tmp/kms/config/kms02.yaml - ../artifacts/ssl:/ssl @@ -20,7 +20,7 @@ services: kms03: image: gokms - command: ["--log", "debug", "--kms_config", "/tmp/kms/config/kms03.yaml"] + command: ["--log", "info", "--kms_config", "/tmp/kms/config/kms03.yaml"] volumes: - ../config/goKMS/example03.yaml:/tmp/kms/config/kms03.yaml - ../artifacts/ssl:/ssl @@ -29,7 +29,7 @@ services: kms04: image: gokms - command: ["--log", "debug", "--kms_config", "/tmp/kms/config/kms04.yaml"] + command: ["--log", "info", "--kms_config", "/tmp/kms/config/kms04.yaml"] volumes: - ../config/goKMS/example04.yaml:/tmp/kms/config/kms04.yaml - ../artifacts/ssl:/ssl