add temp debug logs to troubleshoot #196

This commit is contained in:
Henry Dollman
2024-10-10 18:28:24 -04:00
parent 64f0a23969
commit efca56ceca
2 changed files with 7 additions and 0 deletions

View File

@@ -78,6 +78,7 @@ func (a *Agent) Run(pubKey []byte, addr string) {
}
func (a *Agent) gatherStats() system.CombinedData {
slog.Debug("Getting stats")
systemData := system.CombinedData{
Stats: a.getSystemStats(),
Info: a.systemInfo,