AgentStorage
Logs and Debug Files
Which logs and state files to inspect first when an Agent fails
Logs and Debug Files
When an agent behaves incorrectly, the most useful places to inspect first are:
city agent status- logs under
.downcity/ - daemon state files
- related session message files
Recommended inspection order
- Check command output first.
- Then inspect logs and persisted messages under
.downcity/. - Only after that consider cleaning stale state.
If you have not narrowed the issue yet, deleting state files or message directories too early usually makes the problem harder to reproduce.