From 749a3603b5084f67661aa3cf470e0e1a46d53308 Mon Sep 17 00:00:00 2001 From: Artyom Savchenko Date: Fri, 17 Apr 2026 11:36:00 +0700 Subject: [PATCH] Use console warning for slow requests (#10776) Signed-off-by: Artem Savchenko --- plugins/client-resources/src/connection.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/client-resources/src/connection.ts b/plugins/client-resources/src/connection.ts index 2cf53ca2b8..51a96301f1 100644 --- a/plugins/client-resources/src/connection.ts +++ b/plugins/client-resources/src/connection.ts @@ -777,7 +777,7 @@ class Connection implements ClientConnection { params: [_class, query, options], measure: (time, result, serverTime, queue, toReceive) => { if (typeof window !== 'undefined' && (time > 1000 || serverTime > 500)) { - console.error( + console.warn( 'measure slow findAll', time, serverTime,