Skip to content

Commit c28e9f1

Browse files
committed
feat(prestart): attach module name
1 parent 1a28d82 commit c28e9f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/prestart.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ function loadConfig (configFile, isChild = false, next) {
6262
.then(() => {
6363
// Print logger
6464
if (!isChild) {
65-
winston.verbose('* using configuration stored in: %s', configFile)
65+
winston.verbose('[prestart] * using configuration stored in: %s', configFile)
6666
}
6767
})
6868
}

0 commit comments

Comments
 (0)