We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dfc6c4 commit 179d7daCopy full SHA for 179d7da
packages/rpc/src/utils/cache-invalidation.ts
@@ -85,15 +85,6 @@ export const invalidateWebsiteCaches = async (
85
namespace: 'mini-charts',
86
}).invalidateByKey(`mini-charts:public:${websiteId}`),
87
]);
88
-
89
- logger.info(
90
- 'Caches invalidated',
91
- `All caches invalidated for website ${websiteId}${reason ? ` - ${reason}` : ''}`,
92
- {
93
- websiteId,
94
- userId,
95
- }
96
- );
97
} catch (error) {
98
logger.error(
99
'Failed to invalidate caches',
0 commit comments