We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab5bc7c commit ccaa200Copy full SHA for ccaa200
src/resource.ts
@@ -264,7 +264,7 @@ export abstract class BaseResource<
264
await this.loggerProxy.waitCompletion();
265
}
266
await this.platformLoggerProxy.waitCompletion();
267
- console.debug('Log delivery completed.');
+ this.log('Log delivery completed.');
268
if (this.workerPool) {
269
await this.workerPool.shutdown();
270
0 commit comments