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:
Thomas Eizinger
2023-08-10 23:32:20 +02:00
committed by GitHub
parent 057e5be34c
commit 1c643593c4

View File

@@ -159,6 +159,8 @@ async fn main() -> Result<()> {
}
}
} else {
tracing::warn!("No portal token supplied, starting standalone mode");
None
};