From 1c643593c41756d747e97f117dfe9677bcbff4be Mon Sep 17 00:00:00 2001 From: Thomas Eizinger Date: Thu, 10 Aug 2023 23:32:20 +0200 Subject: [PATCH] feat(relay): log message if we are in standalone mode (#1874) Signed-off-by: Gabi Co-authored-by: Gabi --- rust/relay/src/main.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rust/relay/src/main.rs b/rust/relay/src/main.rs index 70d7b36f8..d6663e8f3 100644 --- a/rust/relay/src/main.rs +++ b/rust/relay/src/main.rs @@ -159,6 +159,8 @@ async fn main() -> Result<()> { } } } else { + tracing::warn!("No portal token supplied, starting standalone mode"); + None };