trevoro / node-named

DNS Server in node.js
MIT License
356 stars 100 forks source link

Added log level option #7

Closed Illizian closed 8 years ago

Illizian commented 10 years ago

Thanks for this great library! I am using this to serve custom records for our small office and it's proving far superior to the original bind9 solution!

I needed to 'synchronise' the log level of node-named with the app's own logging so I made a short change to the createServer() function. Let me know what you think, this is my first pull request and I tried to maintain conventions.