remove explicit references to log config

They're all stale. Sled was yote long ago.
This commit is contained in:
Charles Hall 2024-03-10 22:36:48 -07:00
parent 5f053a9357
commit ed5bd23255
No known key found for this signature in database
GPG key ID: 7B8E0645816E07CF
5 changed files with 0 additions and 5 deletions

View file

@ -33,7 +33,6 @@ 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: "warn,_=off,sled=off"
# CONDUIT_ALLOW_JAEGER: 'false'
# CONDUIT_ALLOW_ENCRYPTION: 'true'
# CONDUIT_ALLOW_FEDERATION: 'true'