Skip to content

Commit 01a68a4

Browse files
committed
lib: update debug level for wasm-client
1 parent 17b0f2b commit 01a68a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/lnc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ export default class LNC {
172172

173173
this.go.argv = [
174174
'wasm-client',
175-
'--debuglevel=trace',
175+
'--debuglevel=debug,GOBN=info,GRPC=info',
176176
'--namespace=' + this._namespace,
177177
`--onlocalprivcreate=${this._namespace}.onLocalPrivCreate`,
178178
`--onremotekeyreceive=${this._namespace}.onRemoteKeyReceive`,

0 commit comments

Comments
 (0)