Skip to content

Commit fbbf5b3

Browse files
committed
Change default log level to debug
1 parent 336d4cd commit fbbf5b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/start.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ exports.builder = {
2626
'log-level': {
2727
description: 'The log level',
2828
type: 'string',
29-
default: 'info'
29+
default: 'debug'
3030
},
3131
bootstrap: {
3232
description: 'Comma-separated bootstrap servers to use.',

0 commit comments

Comments
 (0)