X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=Gruntfile.js;h=9615330e8ca22b58e4cf7960bd14118b510b3ddd;hp=8115ea2aec661bcb503f3b7e58c442599c0e774b;hb=748c5eae2fd5d897c94c48771161c259941a7488;hpb=529fc12d2ad2032337594389448fdb5b55802830 diff --git a/Gruntfile.js b/Gruntfile.js index 8115ea2aec..9615330e8c 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -117,7 +117,7 @@ module.exports = function ( grunt ) { included: true, served: false } ], - logLevel: 'DEBUG', + logLevel: ( process.env.ZUUL_PROJECT ? 'DEBUG' : 'INFO' ), frameworks: [ 'qunit' ], reporters: [ 'mocha' ], singleRun: true,