Skip to content

Commit 7d706d5

Browse files
authored
Merge pull request #980 from rubensworks/fix/logging
Fix no logging output appearing when in non-quiet-mode
2 parents 5d03b32 + 744a531 commit 7d706d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/lib/start.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ function bin (argv, server) {
6262

6363
// Set up debug environment
6464
if (!argv.quiet) {
65-
process.env.DEBUG = 'solid:*'
65+
require('debug').enable('solid:*')
6666
}
6767

6868
// Set up port

0 commit comments

Comments
 (0)