chore: bump auth log version

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2026-04-29 07:07:09 -03:00
parent 97e5db5b11
commit 945dd9a116

View file

@ -57,7 +57,7 @@ pub async fn auth_handler(
.get("session_id") .get("session_id")
.and_then(|s| Uuid::parse_str(s).ok()); .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); bot_name, existing_user_id, existing_session_id);
let user_id = { let user_id = {