apester-logger
logging module using winston and logzio-nodejs, created for consistency for logs in our services.
Sample usage
var config = path: './log/' options: logzio: token: '_LOGZIO_API_TOKEN' type: 'service-name' json: 'true' debug: 'false' level: 'info' ; var logger = config; // Now, log :)logger;logger;logger;logger;
Details
path: the path of the local log directory, creates new folder if not exists. options: object which defines logzio-winston transport library.
NOTE
ALL public function will probably change according to product decisions.