Closed phtrivier closed 10 years ago
Can you post the output and let us know what of it you find moot?
Well, basically everything in my case ;) I meant the lines like :
Tracing dependencies for ....
Uglify2 file: xxxx
Have you tried the logLevel setting?
//Sets the logging level. It is a number. If you want "silent" running,
//set logLevel to 4. From the logger.js file:
//TRACE: 0,
//INFO: 1,
//WARN: 2,
//ERROR: 3,
//SILENT: 4
//Default is 0.
logLevel: 1,
@phtrivier, @Saturate is right, the logLevel
option can do just what you're looking to do. In your case, you'd want logLevel: 4
.
I have a large project to optimize, and using the grunt task outputs a lot of messages. Is there a way to make it more quiet ?