From 8fc19a99326c9911d525664ea23608a2b5508c6c Mon Sep 17 00:00:00 2001 From: Carlos Santos <4a.santos@gmail.com> Date: Tue, 11 Mar 2025 16:21:18 +0100 Subject: [PATCH] backend: Change default log level from verbose to info in environment configuration --- backend/src/environment.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/environment.ts b/backend/src/environment.ts index 16f3a6b..36db6d5 100644 --- a/backend/src/environment.ts +++ b/backend/src/environment.ts @@ -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',