summaryrefslogtreecommitdiff
path: root/lib/debug-utils.ts
diff options
context:
space:
mode:
authorjoonhoekim <26rote@gmail.com>2025-08-06 07:02:24 +0000
committerjoonhoekim <26rote@gmail.com>2025-08-06 07:02:24 +0000
commitd89d5daf4533397d6c1761777ad4cfa6892bbeea (patch)
tree118eceb2b6185ca9fb52e765316ffd8f0f6f110a /lib/debug-utils.ts
parent0e68be98b4ad4691af77232cb0b02b17af825ba3 (diff)
(김준회) dolce import service 및 route 에 logging 추가
TODO 1. 이미 dolce에 업로드된 첨부파일들은 Category=TS로 오는 게 맞는지? 전부 TS로 수신됨. (dolce 측 확인 필요) TODO 2. UseYN 은 'Y', 'N' 으로 오는 게 아니고 'True', 'False' 응답이 들어오고 있음.
Diffstat (limited to 'lib/debug-utils.ts')
-rw-r--r--lib/debug-utils.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/debug-utils.ts b/lib/debug-utils.ts
index 1d417ba5..c64d5bb9 100644
--- a/lib/debug-utils.ts
+++ b/lib/debug-utils.ts
@@ -1,7 +1,7 @@
// 개발 환경 디버그 유틸리티
const isDev = process.env.NODE_ENV === 'development';
-const isDebugEnabled = process.env.DEBUG === 'true' || isDev;
+const isDebugEnabled = process.env.NEXT_PUBLIC_DEBUG === 'true' || isDev;
/**
* 개발 환경에서만 console.log 출력