Skip to content

Commit fd31a57

Browse files
committed
Set remote_signer logging to DEBUG for integration tests.
1 parent 4b00d96 commit fd31a57

File tree

1 file changed

+2
-2
lines changed
  • contrib/pyln-testing/pyln/testing

1 file changed

+2
-2
lines changed

contrib/pyln-testing/pyln/testing/utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -519,8 +519,8 @@ def __init__(self, rsignerd_dir, rsignerd_port):
519519
TailableProc.__init__(self, rsignerd_dir)
520520
self.executable = env("REMOTE_SIGNER_CMD", 'rsignerd')
521521
self.opts = [
522-
'--log-level-console=TRACE',
523-
'--log-level-disk=TRACE',
522+
'--log-level-console=DEBUG',
523+
'--log-level-disk=DEBUG',
524524
'--datadir={}'.format(rsignerd_dir),
525525
'--port={}'.format(rsignerd_port),
526526
]

0 commit comments

Comments
 (0)