Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Commit 477c6f0

Browse files
author
Akim
authored
fix: Use info log level instead trace [Fixes DXJ-457] (#328)
Use info log level instead trace
1 parent f2e5bee commit 477c6f0

File tree

1 file changed

+1
-1
lines changed
  • packages/core/js-client/src/marine/worker

1 file changed

+1
-1
lines changed

packages/core/js-client/src/marine/worker/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export class MarineBackgroundRunner implements IMarineHost {
8080

8181
// The logging level is controlled by the environment variable passed to enable debug logs.
8282
// We enable all possible log levels passing the control for exact printouts to the logger
83-
const env = logLevelToEnv('trace');
83+
const env = logLevelToEnv('info');
8484
this.loggers.set(serviceId, marineLogger(serviceId));
8585
await this.workerThread.createService(serviceModule, serviceId, env);
8686
}

0 commit comments

Comments
 (0)