molnarg / node-http2

An HTTP/2 client and server implementation for node.js
MIT License
1.79k stars 185 forks source link

Put createLogger in public API #165

Open nwgh opened 8 years ago

nwgh commented 8 years ago

112 complains of issues creating a bunyan logger directly for use with node-http2 instead of using our createLogger. While that may be an issue that needs investigating, we should at least have our createLogger call in the public API, instead of hidden away in test/util.js so it makes more sense.