Skip to content

Commit

Permalink
Merge pull request #133 from babel/logging-conventions
Browse files Browse the repository at this point in the history
Ensure logging filter for parallel stuff follows the existing convent…
  • Loading branch information
stefanpenner authored May 18, 2018
2 parents 31cbb67 + 7f87267 commit 9c8a1e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/parallel-api.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ var debugGenerator = require('heimdalljs-logger');

var JOBS = Number(process.env.JOBS) || require('os').cpus().length;

var loggerName = 'broccoli-persistent-filter:ParallelApi';
var loggerName = 'broccoli-persistent-filter:babel:parallel-api';
var _logger = debugGenerator(loggerName);

var babelCoreVersion = getBabelVersion();
Expand Down

0 comments on commit 9c8a1e6

Please sign in to comment.