Update log messages

This commit is contained in:
Aya Morisawa
2018-07-14 22:53:30 +09:00
parent b03987290c
commit 87cc5f790c
2 changed files with 2 additions and 2 deletions

View File

@@ -95,6 +95,7 @@ async function workerMain() {
async function init(): Promise<Config> {
Logger.info('Welcome to Misskey!');
(new Logger('Deps')).info(`Node.js ${process.version}`);
MachineInfo.show();
EnvironmentInfo.show();
new DependencyInfo().showAll();