diff --git a/server/src/immich/main.ts b/server/src/immich/main.ts index 5ba2805ec..60d230002 100644 --- a/server/src/immich/main.ts +++ b/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}] `); }