We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c21e11 commit 84f3b0cCopy full SHA for 84f3b0c
index.js
@@ -15,6 +15,7 @@ const pkg = require('./package.json');
15
/* istanbul ignore next */
16
log.setLevel(['debug', 'info', 'warn', 'error'].indexOf(config.verbosity) === -1 ? 'info' : config.verbosity);
17
log.info(pkg.name + ' ' + pkg.version + ' starting');
18
+log.debug("loaded config: ", config);
19
20
const modules = {
21
fs: require('fs'),
0 commit comments