1
0
mirror of https://github.com/mainflux/mainflux.git synced 2025-04-28 13:48:49 +08:00
Drasko DRASKOVIC 40194aeb9b Create logger as a separate file
Signed-off-by: Drasko DRASKOVIC <drasko.draskovic@gmail.com>
2015-12-06 14:57:40 +01:00

5 lines
105 B
JavaScript

var bunyan = require('bunyan');
var log = bunyan.createLogger({name: "Mainflux"});
module.exports = log