We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a58246a + 214bf15 commit 1f2c5e8Copy full SHA for 1f2c5e8
roles/translator/src/lib/mod.rs
@@ -105,7 +105,7 @@ impl TranslatorSv2 {
105
break;
106
}
107
State::UpstreamTryReconnect(err) => {
108
- error!("SHUTDOWN from: {}", err);
+ error!("Trying to reconnect the Upstream because of: {}", err);
109
110
// wait a random amount of time between 0 and 3000ms
111
// if all the downstreams try to reconnect at the same time, the upstream may
0 commit comments