aboutsummaryrefslogtreecommitdiff
path: root/lib/logger.js
AgeCommit message (Collapse)AuthorFilesLines
2014-07-03log at error level by default and only show others if --verbose switch is on.Gregg Caines1-2/+2
2013-12-05Added ability to turn on debug logging via environment variablemattjmorrison1-6/+16
For the grunt-karma-coveralls project, I need to be able to turn on debug level logging but without using `process.argv`. This will allow me to do so. This addresses this issue: https://github.com/mattjmorrison/grunt-karma-coveralls/issues/2 and can be fixed with this commit: https://github.com/mattjmorrison/grunt-karma-coveralls/commit/4bd6e2b58647dda4a6335fa6077334d8021e23c0
2013-06-22improved testing.cainus1-8/+7
2013-06-02fixed logger bug in the last published version preventing --verbose from ↵cainus1-0/+9
working. version bump to 2.0.11.