Skip to content

Prefix per-job log lines under --render-concurrency #67

Description

@jbrecht

From the code-reviewer / performance-engineer notes on PR #64. Severity: LOW (UX polish).

Under --render-concurrency > 1, each job's ▶ start / ✓ done lines interleave on stdout with no per-line job identifier. Readable at N=2; hard to follow at higher N.

Suggestion

When renderConcurrency > 1, prefix each log line with the tutorial id (+lang), e.g. [getting-started.es] ✓ …, so interleaved output stays traceable. Leave single-render (N=1) output exactly as-is.

Acceptance

  • Concurrent batch logs are unambiguously attributable to a job; serial output unchanged.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions