mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
fix(relay): don't warn when running in standalone mode (#7573)
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user