New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

medusa

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

medusa

A Redis transport and Log server for winston

latest
Source
npmnpm
Version
0.0.3
Version published
Weekly downloads
88
-24.14%
Maintainers
1
Weekly downloads
 
Created
Source

Medusa

Very simple redis transport and log server for Winston.

As Logger

var winston = require('winston'); var wr = require('medusa').Medusa;

winston.add(wr, { class:'ResourceManager', title: 'RM', host: 'redisIP', port:6379});

As Server

node server.js -h re.di.s.ip -p redis_port -s server_port

Access the log server via serverip:server_port to see the logging in realtime.

Keywords

logging

FAQs

Package last updated on 17 Oct 2012

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts