mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-11 14:34:40 +00:00
log pipeline file read on a trace level instead of info to reduce initial console log size
This commit is contained in:
parent
e8db6dc8a0
commit
5840e57079
@ -14,10 +14,8 @@ Pipeline.prototype.build = function(abi) {
|
||||
var self = this;
|
||||
for(var targetFile in this.assetFiles) {
|
||||
|
||||
// TODO: run the plugin here instead, for each file
|
||||
|
||||
var contentFiles = this.assetFiles[targetFile].map(file => {
|
||||
self.logger.info("reading " + file.filename);
|
||||
self.logger.trace("reading " + file.filename);
|
||||
|
||||
var pipelinePlugins = this.plugins.getPluginsFor('pipeline');
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user