From 8edad393dd4def8fabc67250fc89d8b814759b43 Mon Sep 17 00:00:00 2001 From: "DESKTOP-MAVEOS0\\lmh32" Date: Mon, 15 May 2023 11:28:36 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A1=9C=EA=B7=B8=20=EC=9B=90=EB=B3=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/kr/co/uplus/ez/WebApplication.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/kr/co/uplus/ez/WebApplication.java b/src/main/java/kr/co/uplus/ez/WebApplication.java index 3803a94..8a5dfd5 100644 --- a/src/main/java/kr/co/uplus/ez/WebApplication.java +++ b/src/main/java/kr/co/uplus/ez/WebApplication.java @@ -72,7 +72,7 @@ class CheckProcess implements Runnable { long maxMemory = runtime.maxMemory() / (1024 * 1024); long usedMemory = totalMemory - freeMemory; -// log.info("{} Process Monitoring : maxMemory -> {}MB, totalMemory -> {}MB, usedMemory -> {}MB, freeMemory -> {}MB, ActiveThread -> {}", -// PROC_NAME, maxMemory, totalMemory, usedMemory, freeMemory, Thread.activeCount()); + log.info("{} Process Monitoring : maxMemory -> {}MB, totalMemory -> {}MB, usedMemory -> {}MB, freeMemory -> {}MB, ActiveThread -> {}", + PROC_NAME, maxMemory, totalMemory, usedMemory, freeMemory, Thread.activeCount()); } } \ No newline at end of file