Listening for logs...

Logs delta

By Minute

Last 1 hour

By Hour

Last 12 hours

By Day

Last 7 days
Setup Logging for your project

Integrate Logdash with your preferred SDK. Your dashboard will update automatically when you send logs.

1. Install the Logdash SDK
npm install @logdash/js-sdk
2. Setup fresh logger instance
import { createLogDash } from '@logdash/js-sdk';

const { logger } = createLogDash({
	apiKey: "mjbo4oLaeuaiqrvTh38iokrJOltUgINE"
});

logger.info('Hello logdash!');
3. Capture logs
Listening for logs...