fix(relay): don't warn when running in standalone mode (#7573)

This commit is contained in:
Thomas Eizinger
2024-12-23 14:17:01 +01:00
committed by GitHub
parent e9c0721674
commit 5b2d7f1adf

View File

@@ -197,7 +197,7 @@ async fn try_main(args: Args) -> Result<()> {
Some(channel)
} else {
tracing::warn!(target: "relay", "No portal token supplied, starting standalone mode");
tracing::info!(target: "relay", "No portal token supplied, starting standalone mode");
None
};