Alex Tran há 2 anos atrás
pai
commit
fbebf19b03
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      server/src/immich/main.ts

+ 1 - 1
server/src/immich/main.ts

@@ -31,5 +31,5 @@ export async function bootstrap() {
   const server = await app.listen(port);
   server.requestTimeout = 30 * 60 * 1000;
 
-  logger.log(`Immich Server is listening on ${await app.getUrl()} [v${SERVER_VERSION}] [${envName}] `);
+  logger.log(`Immich Server is listening loudly on ${await app.getUrl()} [v${SERVER_VERSION}] [${envName}] `);
 }