Skip to content

Commit

Permalink
pytest: Configure the plugin logging to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
cdecker committed Sep 23, 2022
1 parent dd939f6 commit fd5adbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contrib/pyln-testing/pyln/testing/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -579,6 +579,7 @@ def __init__(
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 = {
Expand Down

0 comments on commit fd5adbc

Please sign in to comment.