logging
This commit is contained in:
+2
-1
@@ -15,7 +15,8 @@ services:
|
||||
UPLOAD_MAX_SIZE_MB: ${UPLOAD_MAX_SIZE_MB:-20}
|
||||
ASSET_VERSION: ${ASSET_VERSION:-dev}
|
||||
REGISTRATION_ENABLED: ${REGISTRATION_ENABLED:-false}
|
||||
RUST_LOG: ${RUST_LOG:-rustpad=info,tower_http=info}
|
||||
RUST_LOG: ${RUST_LOG:-rustpad=info,tower_http=warn}
|
||||
FRONTEND_LOG_LEVEL: ${FRONTEND_LOG_LEVEL:-warn}
|
||||
PUBLIC_URL: ${PUBLIC_URL:-http://localhost:3000}
|
||||
SMTP_HOST: ${SMTP_HOST:-}
|
||||
SMTP_PORT: ${SMTP_PORT:-587}
|
||||
|
||||
Reference in New Issue
Block a user