mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
feat(relay): log message if we are in standalone mode (#1874)
Signed-off-by: Gabi <gabrielalejandro7@gmail.com> Co-authored-by: Gabi <gabrielalejandro7@gmail.com>
This commit is contained in:
@@ -159,6 +159,8 @@ async fn main() -> Result<()> {
|
||||
}
|
||||
}
|
||||
} else {
|
||||
tracing::warn!("No portal token supplied, starting standalone mode");
|
||||
|
||||
None
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user