(cherry picked from commit a29f0484dc
)
This commit is contained in:
committed by
Michael Vines
parent
c01789d2a8
commit
9c90e29a00
@ -1004,7 +1004,7 @@ impl ClusterInfo {
|
|||||||
let start = timestamp();
|
let start = timestamp();
|
||||||
if start - last_contact_info_trace > 10000 {
|
if start - last_contact_info_trace > 10000 {
|
||||||
// Log contact info every 10 seconds
|
// Log contact info every 10 seconds
|
||||||
info!("{}", obj.read().unwrap().contact_info_trace());
|
info!("\n{}", obj.read().unwrap().contact_info_trace());
|
||||||
last_contact_info_trace = start;
|
last_contact_info_trace = start;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user