Skip to content

Commit 76acb26

Browse files
authored
change long polling log level to debug (#174)
1 parent ec3e545 commit 76acb26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

polaris-configuration/polaris-configuration-client/src/main/java/com/tencent/polaris/configuration/client/internal/DefaultConfigFileLongPollingService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ private void doLongPolling() {
114114
try {
115115
List<ConfigFile> watchConfigFiles = assembleWatchConfigFiles();
116116

117-
LOGGER.info("[Config] do long polling. config file size = {}, delay time = {}", watchConfigFiles.size(),
117+
LOGGER.debug("[Config] do long polling. config file size = {}, delay time = {}", watchConfigFiles.size(),
118118
retryPolicy.getCurrentDelayTime());
119119

120120
ConfigFileResponse response = configFileConnector.watchConfigFiles(watchConfigFiles);

0 commit comments

Comments
 (0)