From 945dd9a116f0a898e1afdcfb476cbd6f1af000ce Mon Sep 17 00:00:00 2001 From: "Rodrigo Rodriguez (Pragmatismo)" Date: Wed, 29 Apr 2026 07:07:09 -0300 Subject: [PATCH] chore: bump auth log version --- botserver/src/directory/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/botserver/src/directory/mod.rs b/botserver/src/directory/mod.rs index 9712587e..20039026 100644 --- a/botserver/src/directory/mod.rs +++ b/botserver/src/directory/mod.rs @@ -57,7 +57,7 @@ pub async fn auth_handler( .get("session_id") .and_then(|s| Uuid::parse_str(s).ok()); - info!("Auth request: bot={}, uid={:?}, sid={:?}, ts={}", + info!("Auth request v2: bot={}, uid={:?}, sid={:?}, ts={}", bot_name, existing_user_id, existing_session_id); let user_id = {