Skip to content

Commit ef9e0fc

Browse files
cdeckerShahanaFarooqui
authored andcommitted
pyln: Set the correct envvar for logging for rust plugins
1 parent fc26675 commit ef9e0fc

File tree

1 file changed

+1
-1
lines changed
  • contrib/pyln-testing/pyln/testing

1 file changed

+1
-1
lines changed

contrib/pyln-testing/pyln/testing/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ def __init__(
598598
self.disconnect_file = None
599599

600600
self.rpcproxy = bitcoindproxy
601-
self.env['CLN_PLUGIN_LOG'] = "gl_plugin=trace,gl_rpc=trace,gl_grpc=trace,debug"
601+
self.env['CLN_PLUGIN_LOG'] = "cln_plugin=trace,cln_rpc=trace,cln_grpc=trace,debug"
602602

603603
self.opts = LIGHTNINGD_CONFIG.copy()
604604
opts = {

0 commit comments

Comments
 (0)