From b00f8b9206c78bfa1da8de10f457914c0ff9a29b Mon Sep 17 00:00:00 2001 From: Jeff Xiang Date: Mon, 28 Oct 2024 22:26:00 -0400 Subject: [PATCH] Revert "Set default psc.config.logging.enabled=false for OSS" This reverts commit b4c11af6bd3930d636bd66a071d4de364b0e1877. --- psc/src/main/resources/psc.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/psc/src/main/resources/psc.conf b/psc/src/main/resources/psc.conf index 0405107..60cae35 100644 --- a/psc/src/main/resources/psc.conf +++ b/psc/src/main/resources/psc.conf @@ -1,7 +1,7 @@ #additionalRequiredConfigs psc.project=psc-client-project #where to send psc configurations to (e.g. for tracking, offline analysis, ...) -psc.config.logging.enabled=false +psc.config.logging.enabled= psc.config.topic.uri= psc.auto.resolution.enabled=true