mrt:connect-log

v1.0.0Published 10 years ago

This package has not had recent updates. Please investigate it's current state before committing to using it in your project.

Meteor connect log package

This enables node.js's connect logging.

Usage Example

Connect log will log to console by default. You can redirect it to a log file.

node bundle/main.js 2>&1 >> ~/connect.log

Install

Install with meteorite: https://atmosphere.meteor.com/wtf/app

mrt install connect-log