Skip to content

Commit a59fb48

Browse files
committed
lisää scopea logs-endpointille
1 parent 9dc56d6 commit a59fb48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/util/logBuffer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ interface LogEntry {
88
message: string;
99
}
1010

11-
const MAX_LOGS = 500;
11+
const MAX_LOGS = 1000;
1212
const buffer: LogEntry[] = [];
1313

1414
export function pushLog(level: LogLevel, args: unknown[]): void {

0 commit comments

Comments
 (0)