Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

log-pipe

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

log-pipe

Pipe stdin to a logfile with optional log rotation parameters

latest
Source
npmnpm
Version
0.0.4
Version published
Weekly downloads
1
-99.51%
Maintainers
1
Weekly downloads
 
Created
Source

log-pipe

Pipe stdin to a logfile with optional log rotation parameters

NPM

Example

node index.js 2>&1 | log-pipe app.log --count 3 --lines 15

options

count

The maximum number of rotated logs (including primary log file). Additional files after count will be deleted.

lines

The maximum number of log lines before a rotation occurrs.

install

With npm do:

npm install log-pipe

Keywords

log

FAQs

Package last updated on 11 Nov 2013

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