Change default log level to info

Eventually we want to fix this API so that you can provide per-instance levels, etc but for now this is a quick fix.

Fixes wycats/handlebars-site#91
This commit is contained in:
kpdecker
2015-02-07 12:27:02 -06:00
parent 752a28f24c
commit 95421271e3
2 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -221,7 +221,7 @@ export var logger = {
INFO: 1,
WARN: 2,
ERROR: 3,
level: 3,
level: 1,
// Can be overridden in the host environment
log: function(level, message) {