start with a couple of more logs

This commit is contained in:
Timo
2025-05-27 17:38:45 +02:00
parent b1ca464c58
commit b8951944ab
2 changed files with 2 additions and 1 deletions

View File

@@ -29,7 +29,7 @@ window.setLKLogLevel = setLKLogLevel;
initRageshake().catch((e) => {
logger.error("Failed to initialize rageshake", e);
});
setLKLogLevel("warn");
setLKLogLevel("info");
setLKLogExtension((level, msg, context) => {
// we pass a synthetic logger name of "livekit" to the rageshake to make it easier to read
global.mx_rage_logger.log(level, "livekit", msg, context);