mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2024-12-05 02:10:18 +00:00
fix: Use info log level instead trace [Fixes DXJ-457] (#328)
Use info log level instead trace
This commit is contained in:
parent
f2e5beeca5
commit
477c6f0c15
@ -80,7 +80,7 @@ export class MarineBackgroundRunner implements IMarineHost {
|
||||
|
||||
// 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
|
||||
const env = logLevelToEnv('trace');
|
||||
const env = logLevelToEnv('info');
|
||||
this.loggers.set(serviceId, marineLogger(serviceId));
|
||||
await this.workerThread.createService(serviceModule, serviceId, env);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user