1
0
mirror of https://github.com/mainflux/mainflux.git synced 2025-04-28 13:48:49 +08:00

5 lines
105 B
JavaScript
Raw Normal View History

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