Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 504 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 504 Bytes

Log Owl adapter for NodeJS

Adapter to monitor NodeJS web servers.

Usage

Install the adapter with npm i --save @logowl/adapter-nodejs or yarn add @logowl/adapter-nodejs.

Configuration

Require the adapter at the top of your server and pass the configuration to the init function.

const logowl = require('@logowl/adapter-nodejs');

logowl.init({ ticket: '2ATNP1AD70' });

Documentation

Visit our documentation for more.