Nestjs

2 articles

nodejs9 min read

logixia 1.3.1 — Async-First Logging That Doesn't Block Your Node.js App

Most loggers are synchronous — they block your event loop writing to disk or a remote service. logixia is async-first, with non-blocking transports for PostgreSQL, MySQL, MongoDB, SQLite, file rotation, Kafka, WebSocket, log search, field redaction, and OpenTelemetry request tracing via AsyncLocalStorage.

Read →