From eb86eb910f4d01f4f841fe27d0af2ecaf60af94b Mon Sep 17 00:00:00 2001 From: Luke De Feo Date: Thu, 21 Sep 2023 08:50:36 -0700 Subject: [PATCH] quieten some errors Summary: message format has changed slightly T164418118 Reviewed By: lblasa Differential Revision: D49502179 fbshipit-source-id: 205ebf5bfe444fb0ce768fa635f9de5371d82a03 --- desktop/flipper-common/src/utils/LoggerTailer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/flipper-common/src/utils/LoggerTailer.tsx b/desktop/flipper-common/src/utils/LoggerTailer.tsx index ef2ce9c42..15090420b 100644 --- a/desktop/flipper-common/src/utils/LoggerTailer.tsx +++ b/desktop/flipper-common/src/utils/LoggerTailer.tsx @@ -62,7 +62,7 @@ export function initLogTailer() { function transformLogLevel(level: LoggerTypes, message: string) { if (level === 'error') { // Error comes from one of our dependencies and is not actionable - if (message.includes('ResizeObserver loop limit exceeded')) { + if (message.includes('ResizeObserver loop')) { return 'warn'; } // Axios will create rather unhelpful error messages which