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 a90823a commit e381a81Copy full SHA for e381a81
src/jormungandr/jormungandr/src/network/subscription.rs
@@ -378,7 +378,7 @@ impl FragmentProcessor {
378
let addr = match self.global_state.config.address() {
379
Some(addr) => FragmentOrigin::Network { addr: addr.ip() },
380
None => {
381
- tracing::error!("node addr not present in config, reverting to local lookup");
+ tracing::info!("node addr not present in config, reverting to local lookup");
382
FragmentOrigin::Network {
383
addr: retrieve_local_ip(),
384
}
0 commit comments