Lower default log level for docker

This commit is contained in:
exin 2022-06-26 09:26:04 -05:00 committed by Timo Kösters
parent 92f7f0c849
commit 98702da4e6
No known key found for this signature in database
GPG key ID: 24DA7517711A2BA4
4 changed files with 4 additions and 4 deletions

View file

@ -33,7 +33,7 @@ services:
# CONDUIT_PORT: 6167
# CONDUIT_CONFIG: '/srv/conduit/conduit.toml' # if you want to configure purely by env vars, set this to an empty string ''
# Available levels are: error, warn, info, debug, trace - more info at: https://docs.rs/env_logger/*/env_logger/#enabling-logging
# CONDUIT_LOG: info # default is: "info,_=off,sled=off"
# CONDUIT_LOG: info # default is: "warn,_=off,sled=off"
# CONDUIT_ALLOW_JAEGER: 'false'
# CONDUIT_ALLOW_ENCRYPTION: 'false'
# CONDUIT_ALLOW_FEDERATION: 'false'