logule
logule copied to clipboard
A multi-transport, peer-dependent logging library for nodejs - UNMAINTAINED
It would be awesome to do something like: var log = require('logule').init(module); log.toFile(); What it will do is: 1. Log to te console (as normal) 2. Create logs folder and...
If peerDependencies get deprecated then we will need a better way to enforce same usage. The current solution basically requires the module author to ensure logule can be required. Try...
When i start my script with supervisord, i have this error on logule initialise: `var log = require('logule').init(module);` ``` js throw new TypeError('Arguments to path.resolve must be strings'); ^ TypeError:...
Would be nice to have the ability to override how an object is printed too. Sometimes I prefer this: `method=events.batchProcess id=883 params=[object Object] ...` to this: ``` { method: events.batchP.......