Skip to content

Commit 470d89b

Browse files
committed
Disable log client initialization
To maintain the current standard for collecting and sending logs, we will temporarily disable the creation of this client.
1 parent a579a93 commit 470d89b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/service/logger/logger.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export class Logger {
3232
}
3333
}
3434

35-
this.initLogClient();
35+
// this.initLogClient();
3636
}
3737

3838
private initLogClient(): Promise<LogClient | undefined> {

0 commit comments

Comments
 (0)