diff --git a/functions/onprem/orborus/orborus.go b/functions/onprem/orborus/orborus.go index 9d3c0966..afa46d97 100755 --- a/functions/onprem/orborus/orborus.go +++ b/functions/onprem/orborus/orborus.go @@ -1105,7 +1105,7 @@ func getOrborusStats() shuffle.OrborusStats { newStats.CPUPercent = totalCPU newStats.MemoryPercent = memUsage - //log.Printf("[DEBUG] CPU: %.2f, Memory: %.2f", newStats.CPUPercent, newStats.MemoryPercent) + log.Printf("[DEBUG] CPU: %.2f, Memory: %.2f", newStats.CPUPercent, newStats.MemoryPercent) /* cpuPercent, err := cpu.Percent(250*time.Millisecond, false)