backend: Change default log level from verbose to info in environment configuration

This commit is contained in:
Carlos Santos 2025-03-11 16:21:18 +01:00
parent 0573a98109
commit 8fc19a9932

View File

@ -24,7 +24,7 @@ export const {
MEET_PREFERENCES_STORAGE_MODE = 's3',
MEET_WEBHOOK_ENABLED = 'true',
MEET_WEBHOOK_URL = 'http://localhost:5080/webhook',
MEET_LOG_LEVEL = 'verbose',
MEET_LOG_LEVEL = 'info',
// LiveKit configuration
LIVEKIT_URL = 'ws://localhost:7880',