Implement robust logging with flexi_logger and update CI to verify logs
Some checks failed
Smoke tests / Build and smoke test (pull_request) Successful in 1m30s
Smoke tests / Build and smoke test (push) Has been cancelled

This commit is contained in:
AI Agent
2026-03-19 18:04:32 -06:00
parent 678543dd9a
commit b81362d4d1
9 changed files with 157 additions and 130 deletions

View File

@@ -1222,6 +1222,8 @@ async fn cmd_attack(pid: usize, target: &str, state: &SharedState) -> CommandRes
});
}
log::info!(target: "{combat}", "Combat: Player '{}' (ID {}) engaged NPC '{}' ({}) in combat", pname, pid, npc_name, npc_id);
CommandResult {
output: format!(
"{}\r\n{}\r\n{}",