Change development log level to DEBUG

This commit is contained in:
Andrew Miner
2015-01-28 10:27:57 -08:00
parent ea86e17d31
commit d538ae5a3e
+1 -1
View File
@@ -24,7 +24,7 @@ global.logger = new Logger
switch window.location.hostname switch window.location.hostname
when 'localhost' when 'localhost'
global.env = 'development' global.env = 'development'
logger.level = Logger.TRACE logger.level = Logger.DEBUG
when 'new.crafting-guide.com' when 'new.crafting-guide.com'
global.env = 'staging' global.env = 'staging'
logger.level = Logger.VERBOSE logger.level = Logger.VERBOSE