mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-09 00:54:22 +01:00
pyln: Set the correct envvar for logging for rust plugins
This commit is contained in:
committed by
ShahanaFarooqui
parent
fc26675336
commit
ef9e0fcf60
@@ -598,7 +598,7 @@ class LightningD(TailableProc):
|
||||
self.disconnect_file = None
|
||||
|
||||
self.rpcproxy = bitcoindproxy
|
||||
self.env['CLN_PLUGIN_LOG'] = "gl_plugin=trace,gl_rpc=trace,gl_grpc=trace,debug"
|
||||
self.env['CLN_PLUGIN_LOG'] = "cln_plugin=trace,cln_rpc=trace,cln_grpc=trace,debug"
|
||||
|
||||
self.opts = LIGHTNINGD_CONFIG.copy()
|
||||
opts = {
|
||||
|
||||
Reference in New Issue
Block a user