From 7d2f47dfd3c25ade0a947b6164713b0fcaf43199 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 26 Dec 2025 18:10:53 +0000 Subject: [PATCH 1/2] Initial plan From 2b3925b539b49dc703c85af66086ca6ad2ceea62 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 26 Dec 2025 18:13:57 +0000 Subject: [PATCH 2/2] Change logger identifier from 'utils' to 'sdk-utils' Co-authored-by: mondoreale <320066+mondoreale@users.noreply.github.com> --- packages/sdk/src/utils/utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/sdk/src/utils/utils.ts b/packages/sdk/src/utils/utils.ts index 9bf952781c..c3f32d751b 100644 --- a/packages/sdk/src/utils/utils.ts +++ b/packages/sdk/src/utils/utils.ts @@ -12,7 +12,7 @@ import { StreamrClientEventEmitter } from '../events' import { WebStreamToNodeStream } from './WebStreamToNodeStream' import { SEPARATOR } from './uuid' -const logger = new Logger('utils') +const logger = new Logger('sdk-utils') /** * Generates counter-based ids.