From 4c912a4d5d5f70ba880f62efbf32fbaa8332697f Mon Sep 17 00:00:00 2001 From: Timo Glastra Date: Tue, 13 Feb 2024 19:56:09 +0700 Subject: [PATCH] fix Signed-off-by: Timo Glastra --- packages/rest/src/utils/agent.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/rest/src/utils/agent.ts b/packages/rest/src/utils/agent.ts index 56e8a880..46c67bb0 100644 --- a/packages/rest/src/utils/agent.ts +++ b/packages/rest/src/utils/agent.ts @@ -28,7 +28,7 @@ export const setupAgent = async ({ endpoints: string[] port: number }) => { - // const logger = new TsLogger(LogLevel.debug) + const logger = new TsLogger(LogLevel.debug) const agent = new Agent( {