We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a213722 commit 72f389cCopy full SHA for 72f389c
src/tasks/block.rs
@@ -134,7 +134,7 @@ impl BlockBuilder {
134
}
135
136
Err(e) => {
137
- tracing::error!("error polling transactions: {:?}", e);
+ tracing::error!(error = %e, "error polling transactions");
138
139
140
self.tx_poller.evict();
@@ -149,7 +149,7 @@ impl BlockBuilder {
149
150
151
152
- tracing::error!("error polling bundles: {:?}", e);
+ tracing::error!(error = %e, "error polling bundles");
153
154
155
self.bundle_poller.evict();
0 commit comments