How to use the child function from bunyan
Find comprehensive JavaScript bunyan.child code examples handpicked from public code repositorys.
GitHub: matchfire/Rocketgod
628 629 630 631 632 633 634 635 636 637 638 639 640
}); // External Bunyan logger const logger = require("bunyan").createLogger({ name: "moleculer", level: "info" }); const broker = new ServiceBroker({ logger: bindings => logger.child(bindings) }); /* *******************************************************************************************
0
0
1
+ 45 other calls in file
bunyan.createLogger is the most popular function in bunyan (572 examples)