Fix PAP-576 settings toggles and transcript default

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
dotta 2026-03-20 08:17:00 -05:00
parent 39878fcdfe
commit dd44f69e2b
4 changed files with 37 additions and 7 deletions

View file

@ -29,7 +29,7 @@ export function buildTranscript(
): TranscriptEntry[] {
const entries: TranscriptEntry[] = [];
let stdoutBuffer = "";
const redactionOptions = { enabled: opts?.censorUsernameInLogs ?? true };
const redactionOptions = { enabled: opts?.censorUsernameInLogs ?? false };
for (const chunk of chunks) {
if (chunk.stream === "stderr") {