backend: Change default log level from verbose to info in environment configuration
This commit is contained in:
parent
0573a98109
commit
8fc19a9932
@ -24,7 +24,7 @@ export const {
|
|||||||
MEET_PREFERENCES_STORAGE_MODE = 's3',
|
MEET_PREFERENCES_STORAGE_MODE = 's3',
|
||||||
MEET_WEBHOOK_ENABLED = 'true',
|
MEET_WEBHOOK_ENABLED = 'true',
|
||||||
MEET_WEBHOOK_URL = 'http://localhost:5080/webhook',
|
MEET_WEBHOOK_URL = 'http://localhost:5080/webhook',
|
||||||
MEET_LOG_LEVEL = 'verbose',
|
MEET_LOG_LEVEL = 'info',
|
||||||
|
|
||||||
// LiveKit configuration
|
// LiveKit configuration
|
||||||
LIVEKIT_URL = 'ws://localhost:7880',
|
LIVEKIT_URL = 'ws://localhost:7880',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user