About me

Hi, I'm Yuri. I'm a software engineer who likes building things and solving problems with code. I enjoy working on open source projects and sharing what I learn along the way. This is my corner of the internet where I share these things.

Writing

April 12, 2026 10 min read

Logging in Next.js with LogLayer: Instrumentation, Console Override, and Structured Logs

Next.jsObservabilityLoggingLogLayerPinoEdge Runtime

How to centralize server, client, and edge logs with one logger, intercept console.* in instrumentation.ts, and use structured logging in Next.js.