chore(build): change logging level for e2e tests to info

This commit is contained in:
Igor Minar 2013-06-28 09:33:02 -07:00
parent bd5c9a0371
commit e1ec5c7963

View file

@ -4,7 +4,7 @@ files = ['build/angular-scenario.js', ANGULAR_SCENARIO_ADAPTER, 'build/docs/docs
autoWatch = false;
singleRun = true;
logLevel = LOG_DEBUG;
logLevel = LOG_INFO;
logColors = true;
browsers = ['Chrome'];