Skip to content

Commit

Permalink
feat: allow verbose logging in prod mode
Browse files Browse the repository at this point in the history
  • Loading branch information
gabidobo committed Sep 2, 2022
1 parent d15025e commit 9170b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Expand Up @@ -75,7 +75,7 @@ const init = ({
devMode = devModeOption;
}

if (devMode && !!verbose) {
if (verbose === true) {
logger.level = 'debug';
}

Expand Down

0 comments on commit 9170b3b

Please sign in to comment.