We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17b0f2b commit 01a68a4Copy full SHA for 01a68a4
lib/lnc.ts
@@ -172,7 +172,7 @@ export default class LNC {
172
173
this.go.argv = [
174
'wasm-client',
175
- '--debuglevel=trace',
+ '--debuglevel=debug,GOBN=info,GRPC=info',
176
'--namespace=' + this._namespace,
177
`--onlocalprivcreate=${this._namespace}.onLocalPrivCreate`,
178
`--onremotekeyreceive=${this._namespace}.onRemoteKeyReceive`,
0 commit comments