Log build date on server start
This commit is contained in:
parent
1ee7ffe8b4
commit
14c0b73482
@ -53,5 +53,6 @@ export class ConfigServer
|
||||
}
|
||||
|
||||
this.logger.info(`Commit hash: ${(this.configs[ConfigTypes.CORE] as ICoreConfig).commit || "DEBUG"}`);
|
||||
this.logger.info(`Build date: ${(this.configs[ConfigTypes.CORE] as ICoreConfig).buildTime || "DEBUG"}`);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user