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

Conversation

@coder11
Copy link
Contributor

@coder11 coder11 commented Jun 7, 2021

Fixes #46

@coder11 coder11 requested a review from DieMyst June 7, 2021 12:58
await this.node.start();

log.trace(`dialing to the node with client's address: ` + this.node.peerId.toB58String());
log.info(`dialing to the node with client's address: ` + this.node.peerId.toB58String());
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

debug

log.trace('Particle is received:', JSON.stringify(particle, undefined, 2));
_this.handleParticle(particle);
const particle = parseParticle(msg);
logParticle(log.info, 'Particle is received:', particle);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

debug

@coder11 coder11 merged commit 67a1f91 into master Jun 8, 2021
@coder11 coder11 deleted the fix-logs branch July 29, 2021 15:29
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

No debug logs from interpretator on setLogLevel debug

3 participants