[tasks/ftr] downgrade log level to debug

This commit is contained in:
spalger 2017-05-05 15:47:39 -07:00
parent 16f55d118f
commit f15477a82c

View file

@ -5,7 +5,7 @@ import { createToolingLog } from '../src/utils';
export default function (grunt) {
grunt.registerTask('functionalTestRunner', function () {
const log = createToolingLog('verbose');
const log = createToolingLog('debug');
log.pipe(process.stdout);
const functionalTestRunner = createFunctionalTestRunner({