시스템 사용율 모니터링 기능 테스트

This commit is contained in:
2026-03-19 16:12:27 +09:00
parent 2c1f9bdf5c
commit 246c11f8b0
2 changed files with 2 additions and 1 deletions

View File

@@ -48,7 +48,7 @@ public class SystemMonitorService {
@Scheduled(fixedRate = 1000)
public void collect() {
// 디버깅용
log.info("collect instance = {}", this);
// log.info("collect instance = {}", this);
try {
// =====================