diff --git a/packages/twenty-server/src/engine/core-modules/application/application-marketplace/marketplace-catalog-sync.service.ts b/packages/twenty-server/src/engine/core-modules/application/application-marketplace/marketplace-catalog-sync.service.ts index e9b9fc258f..fbbd5e2819 100644 --- a/packages/twenty-server/src/engine/core-modules/application/application-marketplace/marketplace-catalog-sync.service.ts +++ b/packages/twenty-server/src/engine/core-modules/application/application-marketplace/marketplace-catalog-sync.service.ts @@ -26,7 +26,10 @@ export class MarketplaceCatalogSyncService { private async syncRegistryApps(): Promise { const packages = await this.marketplaceService.fetchAppsFromRegistry(); + this.logger.log(`${packages.length} packages detected`); + for (const pkg of packages) { + this.logger.log(`Synchronizing ${pkg.name}...`); try { const fetchedManifest = await this.marketplaceService.fetchManifestFromRegistryCdn(