Skip to content

Commit 84f3b0c

Browse files
committed
Debug print current config
1 parent 2c21e11 commit 84f3b0c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ const pkg = require('./package.json');
1515
/* istanbul ignore next */
1616
log.setLevel(['debug', 'info', 'warn', 'error'].indexOf(config.verbosity) === -1 ? 'info' : config.verbosity);
1717
log.info(pkg.name + ' ' + pkg.version + ' starting');
18+
log.debug("loaded config: ", config);
1819

1920
const modules = {
2021
fs: require('fs'),

0 commit comments

Comments
 (0)