mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-15 11:59:16 +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.rpcproxy = bitcoindproxy
|
||||
self.env['CLN_PLUGIN_LOG'] = "gl_plugin=trace,gl_rpc=trace,gl_grpc=trace,debug"
|
||||
|
||||
self.opts = LIGHTNINGD_CONFIG.copy()
|
||||
opts = {
|
||||
|
|
Loading…
Add table
Reference in a new issue