Skip to content

@modoki/engine / index / JournalLevel

Type Alias: JournalLevel

JournalLevel = "info" | "warn" | "error"

Triage severity for a journal event — the axis Claude filters on first when hunting a bug ("show me warn+ in the last N ticks") rather than reading the full trace. Ordered info < warn < error; journalEvents({level}) returns that level AND ABOVE.

Built with Modoki.