From 2c1e29445d1ea9c8bb70c4f708628c602ef6f3dd Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Thu, 26 Sep 2024 11:34:30 -0400 Subject: [PATCH] hide audit log filter in prod --- frontend/src/views/Org/AuditLogsPage/AuditLogsPage.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/frontend/src/views/Org/AuditLogsPage/AuditLogsPage.tsx b/frontend/src/views/Org/AuditLogsPage/AuditLogsPage.tsx index aa55e8fbb..365946383 100644 --- a/frontend/src/views/Org/AuditLogsPage/AuditLogsPage.tsx +++ b/frontend/src/views/Org/AuditLogsPage/AuditLogsPage.tsx @@ -14,14 +14,12 @@ export const AuditLogsPage = withPermission( {(window.location.origin.includes("https://app.infisical.com") || window.location.origin.includes("https://gamma.infisical.com")) && ( - We are currently working on improving the performance of querying audit logs. - However, please note that audit logs are still being published as usual, so there’s - no disruption to log generation. + We are currently working on improving the performance of audit log queries. During this time, querying logs is temporarily disabled. However, audit logs are still being generated as usual, so there is no disruption to log collection. )}
- + );