Skip to content

Commit

Permalink
fixup! lightnind: print the version of cln early
Browse files Browse the repository at this point in the history
  • Loading branch information
vincenzopalazzo committed Oct 13, 2023
1 parent 7d9e1b5 commit b7a7088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -3014,7 +3014,7 @@ def test_notimestamp_logging(node_factory):
# Make sure this is specified *before* other options!
l1.daemon.early_opts.insert(0, '--log-timestamps=false')
l1.start()
assert l1.daemon.logs[0].startswith("lightningd-1 DEBUG")
assert l1.daemon.logs[0].startswith("lightningd-1 INFO")

assert l1.rpc.listconfigs()['configs']['log-timestamps']['value_bool'] is False

Expand Down

0 comments on commit b7a7088

Please sign in to comment.