Skip to content

Commit fdbbc70

Browse files
committed
logging
1 parent f01b88b commit fdbbc70

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/agent/services/lazer_exporter.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,8 @@ impl RelayerSessionTask {
157157
failure_count += 1;
158158
let next_backoff = backoff.next_backoff().unwrap_or(max_interval);
159159
tracing::warn!(
160-
"relayer session ended with error: {:?}, failure_count: {}; retrying in {:?}",
160+
"relayer session url: {} ended with error: {:?}, failure_count: {}; retrying in {:?}",
161+
self.url,
161162
e,
162163
failure_count,
163164
next_backoff

0 commit comments

Comments
 (0)