diff --git a/packages/core/src/indexing-store/historical.ts b/packages/core/src/indexing-store/historical.ts index 8e016a2e7..d30e6d5bd 100644 --- a/packages/core/src/indexing-store/historical.ts +++ b/packages/core/src/indexing-store/historical.ts @@ -101,7 +101,9 @@ export const getHistoricalStore = ({ common.logger.debug({ service: "indexing", - msg: `Using a ${Math.round(maxSizeBytes / (1024 * 1024))} mB cache.`, + msg: `Using a ${Math.round( + maxSizeBytes / (1024 * 1024), + )} MB indexing cache`, }); /** True if the cache contains the complete state of the store. */