Logflare / next-pino-logflare-logging-example

Demonstrating various ways to log with Next, Vercel, Pino and Logflare

Home Page:next-pino-logflare-logging-example.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a Next.js project bootstrapped with create-next-app.

You'll find various logging examples from the client and the server with console, only pino and pino-logflare.

You can get client and server side logs going to Logflare from one logger interface with the config found here:

https://github.com/Logflare/next-pino-logflare-logging-example/blob/main/logger/logger.js

Deploy with Logflare on Vercel

Deploy with Vercel

Setup a Log Drain

When you deploy from here, it will make you setup the Logflare integration. This does not automatically setup a log drain for you. Visit your Logflare account and setup a log drain.

Manage your log drains with Logflare ➡️

Manage Log Drains with Logflare

Server Side Logging

Explore various ways to log data and errors from the server side:

https://github.com/Logflare/next-pino-logflare-logging-example/tree/main/pages/api

Client Side Logging

When setup pino-logflare will send your cient-side logs to Logflare as well:

https://github.com/Logflare/next-pino-logflare-logging-example/blob/main/pages/index.js

About

Demonstrating various ways to log with Next, Vercel, Pino and Logflare

next-pino-logflare-logging-example.vercel.app


Languages

Language:JavaScript 74.2%Language:CSS 25.8%