mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-26 20:30:59 +01:00
pytest: Configure the plugin logging to debug
This commit is contained in:
parent
b13ab8de3a
commit
437ae11610
1 changed files with 1 additions and 0 deletions
|
@ -579,6 +579,7 @@ class LightningD(TailableProc):
|
||||||
self.disconnect_file = None
|
self.disconnect_file = None
|
||||||
|
|
||||||
self.rpcproxy = bitcoindproxy
|
self.rpcproxy = bitcoindproxy
|
||||||
|
self.env['CLN_PLUGIN_LOG'] = "gl_plugin=trace,gl_rpc=trace,gl_grpc=trace,debug"
|
||||||
|
|
||||||
self.opts = LIGHTNINGD_CONFIG.copy()
|
self.opts = LIGHTNINGD_CONFIG.copy()
|
||||||
opts = {
|
opts = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue