pytest: Configure the plugin logging to debug

This commit is contained in:
Christian Decker 2022-09-22 19:31:38 +02:00
parent b13ab8de3a
commit 437ae11610
1 changed files with 1 additions and 0 deletions

View File

@ -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 = {