mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2025-06-13 16:11:21 +00:00
fix: Use info log level instead trace [Fixes DXJ-457] (#328)
Use info log level instead trace
This commit is contained in:
@ -80,7 +80,7 @@ export class MarineBackgroundRunner implements IMarineHost {
|
|||||||
|
|
||||||
// The logging level is controlled by the environment variable passed to enable debug logs.
|
// The logging level is controlled by the environment variable passed to enable debug logs.
|
||||||
// We enable all possible log levels passing the control for exact printouts to the logger
|
// We enable all possible log levels passing the control for exact printouts to the logger
|
||||||
const env = logLevelToEnv('trace');
|
const env = logLevelToEnv('info');
|
||||||
this.loggers.set(serviceId, marineLogger(serviceId));
|
this.loggers.set(serviceId, marineLogger(serviceId));
|
||||||
await this.workerThread.createService(serviceModule, serviceId, env);
|
await this.workerThread.createService(serviceModule, serviceId, env);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user