1
0
mirror of https://github.com/mainflux/mainflux.git synced 2025-05-02 22:17:10 +08:00
Drasko DRASKOVIC 7eb4c34ab1 Cosmetics
Signed-off-by: Drasko DRASKOVIC <drasko.draskovic@gmail.com>
2015-12-06 19:42:27 +01:00

5 lines
106 B
JavaScript

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