Skip to content

Commit

Permalink
test: increase TP log timestamp precision
Browse files Browse the repository at this point in the history
Also log rpc calls.
  • Loading branch information
Sjors committed Dec 19, 2024
1 parent fa6a7ad commit 4f8348a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions roles/tests-integration/tests/common/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,12 @@ impl TemplateProvider {
"-txindex=1",
"-sv2",
&port,
"-debug=rpc",
"-debug=sv2",
"-sv2interval=20",
"-sv2feedelta=1000",
"-loglevel=sv2:trace",
"-logtimemicros=1",
]);

let os = env::consts::OS;
Expand Down

0 comments on commit 4f8348a

Please sign in to comment.