Updated logs to use debug rather than info
no-issue This reduces noise in moleculer logs
This commit is contained in:
parent
2802e1eb03
commit
299be9cc2e
@ -60,7 +60,7 @@ async function createServiceProxy(ctx, serviceName) {
|
||||
}).map(action => action.action.rawName);
|
||||
|
||||
return serviceMethods.reduce((serviceProxy, methodName) => {
|
||||
ctx.broker.logger.info(`Creating proxy ${serviceName}.${methodName}`);
|
||||
ctx.broker.logger.debug(`Creating proxy ${serviceName}.${methodName}`);
|
||||
return Object.assign(serviceProxy, {
|
||||
[methodName]: proxy(ctx, serviceName, methodName)
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user