From f6df31555a761e2181f40e0b84366dd94179e7d5 Mon Sep 17 00:00:00 2001 From: Ryan Hodin Date: Mon, 5 Aug 2024 21:45:27 -0500 Subject: [PATCH] Move responsibility for loglevel envvar to .env --- config/cadence.env.example | 3 ++- docker-compose.yml.example | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/config/cadence.env.example b/config/cadence.env.example index 2944bba3..ebd96e3a 100644 --- a/config/cadence.env.example +++ b/config/cadence.env.example @@ -3,13 +3,14 @@ CSERVER_REQRATELIMIT=CADENCE_RATE_EXAMPLE POSTGRES_PASSWORD=CADENCE_PASS_EXAMPLE # #################################################### -# If you are running Cadence through Docker simply as a user, +# If you are running Cadence through Docker simply as a user, # you are unlikely to ever need to change anything below. # Development CSERVER_DEVMODE=0 CSERVER_VERSION=5.4.4 CSERVER_ROOTPATH=/cadence/server/ +CSERVER_LOGLEVEL=info # Service Addresses CSERVER_PORT=:8080 diff --git a/docker-compose.yml.example b/docker-compose.yml.example index c6f778ff..dab66a1c 100644 --- a/docker-compose.yml.example +++ b/docker-compose.yml.example @@ -60,8 +60,6 @@ services: - 8080:8080 env_file: - ./config/cadence.env - environment: - - CSERVER_LOGLEVEL=${LOG_LEVEL:-info} volumes: - CADENCE_PATH_EXAMPLE:CADENCE_PATH_EXAMPLE depends_on: