Buffer a startup warning for later logger replay.
The message is also immediately written to console.warn as a fallback — if the server never reaches logger initialization (crash, validation error), the warning is still visible on stderr.
console.warn
Warning message to buffer and emit
Buffer a startup warning for later logger replay.
The message is also immediately written to
console.warnas a fallback — if the server never reaches logger initialization (crash, validation error), the warning is still visible on stderr.