Skip to content

Commit b4058d5

Browse files
committed
feat: Migrate logger to js-toolkit logger implementation
- revert test config
1 parent 5c09fa0 commit b4058d5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/client/src/StreamVideoClient.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ export class StreamVideoClient {
9696

9797
videoLoggerSystem.configureLoggers({
9898
default: { sink: rootLogger, level: clientOptions?.logLevel || 'warn' },
99-
coordinator: { sink: rootLogger, level: 'error' },
10099
...clientOptions?.logOptions,
101100
});
102101

0 commit comments

Comments
 (0)