This module uses mostly console.log and is pretty chatty. We need to use a logger framework with at least info, debug and trace levels.
We should pick something that could be brought to v.next too, and so it should have more levels than that, be maintained and in common use, integrate well with test runs (so that different levels can be chosen directly on the command line), and be easy for people to set loglevels if they need help debugging stuff.
This module uses mostly
console.logand is pretty chatty. We need to use a logger framework with at leastinfo,debugandtracelevels.We should pick something that could be brought to v.next too, and so it should have more levels than that, be maintained and in common use, integrate well with test runs (so that different levels can be chosen directly on the command line), and be easy for people to set loglevels if they need help debugging stuff.