Skip to content

Commit 7550966

Browse files
committed
Show Node version on Host start
1 parent 0555758 commit 7550966

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)