mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
chore: log listen address (#3428)
This commit is contained in:
parent
1c5926553a
commit
f3edf43158
2 changed files with 2 additions and 2 deletions
|
|
@ -17,5 +17,5 @@ export async function bootstrap() {
|
|||
await app.get(AppService).init();
|
||||
await app.listen(port);
|
||||
|
||||
logger.log(`Immich Microservices is listening on ${port} [v${SERVER_VERSION}] [${envName}] `);
|
||||
logger.log(`Immich Microservices is listening on ${await app.getUrl()} [v${SERVER_VERSION}] [${envName}] `);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue