Update log messages
This commit is contained in:
parent
1213e95ddd
commit
c91a4c9da1
2 changed files with 4 additions and 1 deletions
|
|
@ -96,8 +96,8 @@ async function workerMain() {
|
|||
async function init(): Promise<Config> {
|
||||
Logger.info('Welcome to Misskey!');
|
||||
|
||||
EnvironmentInfo.show();
|
||||
MachineInfo.show();
|
||||
EnvironmentInfo.show();
|
||||
new DependencyInfo().showAll();
|
||||
|
||||
const configLogger = new Logger('Config');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue