X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=Gruntfile.js;h=9615330e8ca22b58e4cf7960bd14118b510b3ddd;hb=640b0b4943131dbd6065cee4d572b9aef5e1163f;hp=8115ea2aec661bcb503f3b7e58c442599c0e774b;hpb=c20cbc6c1201611088d31c5168e4238e00ba6fd1;p=lhc%2Fweb%2Fwiklou.git 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,