log creating directory as a trace log level
This commit is contained in:
parent
faa2f742e0
commit
63da0773ae
|
@ -48,7 +48,7 @@ Pipeline.prototype.build = function(abi) {
|
|||
});
|
||||
|
||||
var dir = targetFile.split('/').slice(0, -1).join('/');
|
||||
self.logger.info("creating dir " + this.buildDir + dir);
|
||||
self.logger.trace("creating dir " + this.buildDir + dir);
|
||||
mkdirp.sync(this.buildDir + dir);
|
||||
|
||||
// if it's a directory
|
||||
|
|
Loading…
Reference in New Issue