diff --git a/src/utils/debugLogger.ts b/src/utils/debugLogger.ts index a2485c982a..8c83b719ca 100644 --- a/src/utils/debugLogger.ts +++ b/src/utils/debugLogger.ts @@ -62,7 +62,7 @@ class DebugLogger { export const debugLogger = new DebugLogger(); -const kLogCount = 50; +const kLogCount = 500; export class RecentLogsCollector { private _logs: string[] = [];