clux / logule

A multi-transport, peer-dependent logging library for nodejs - UNMAINTAINED
MIT License
35 stars 5 forks source link

How to set the log as filestream? #21

Closed lichenhao closed 10 years ago

lichenhao commented 10 years ago

RT

The config is under the node_modules folder. How can I set this with API? Should this init like debug module?

clux commented 10 years ago

You can make a config file in the parent module folder. This will override the bundled config.

lichenhao commented 10 years ago

Thx~ Let me try