Skip to content

Commit 6e5dc96

Browse files
authored
Merge pull request #974 from scramjetorg/feat/node-ver
Show Node version on Host start
2 parents b9747e9 + 7550966 commit 6e5dc96

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/host/src/lib/host.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,8 @@ export class Host implements IComponent {
213213

214214
if (isDevelopment) this.logger.info("config", this.config);
215215

216+
this.logger.info("Node version:", process.version);
217+
216218
loadModuleLogger.pipe(this.logger);
217219

218220
this.config.host.id ||= this.getId();

0 commit comments

Comments
 (0)