Keep Run and Platform logs opaque
This commit is contained in:
@@ -255,7 +255,7 @@ function logStream(id: string, logSessionId: string, streamKey: string, updatedA
|
||||
}
|
||||
|
||||
function logEntry(seq: number, line: string, timestamp = `2026-08-14T00:00:0${seq}Z`): LogEntryBody {
|
||||
return { seq, timestamp, line, redacted: true };
|
||||
return { seq, timestamp, line };
|
||||
}
|
||||
|
||||
function sourceRCONDispatch(status: SourceRCONCommandResponse["status"]): SourceRCONCommandResponse {
|
||||
|
||||
Reference in New Issue
Block a user