You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add debug logging to all action/mutation functions (#105)
## Summary
- Add `shared.Debugf` logging to all 58 action/mutation functions across
18 files
- Covers server CRUD, volume ops, FIP ops, router/network/SG ops, LB
delete
- All create modals, picker views, and server operations (rename,
rebuild, resize, snapshot)
- Each action logs before API call, after success, and after error
- Complements the existing refresh-cycle debug logging from #98
## Test plan
- [ ] Run with `--debug`, create a server, check log shows
`[servercreate]` entries
- [ ] Delete a resource, check log shows `[action]` entries
- [ ] `go build ./...` and `go test ./...` pass
0 commit comments