Skip to content

Commit 5062935

Browse files
Update inlong-agent/agent-installer/src/main/java/org/apache/inlong/agent/installer/ModuleManager.java
Co-authored-by: AloysZhang <lofterzhang@gmail.com>
1 parent 9adbf2e commit 5062935

File tree

1 file changed

+1
-2
lines changed
  • inlong-agent/agent-installer/src/main/java/org/apache/inlong/agent/installer

1 file changed

+1
-2
lines changed

inlong-agent/agent-installer/src/main/java/org/apache/inlong/agent/installer/ModuleManager.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -220,9 +220,8 @@ private boolean updateModules(List<ModuleConfig> managerModuleList) {
220220
}
221221

222222
private boolean downloadModule(ModuleConfig module) {
223-
LOGGER.info("download module {} begin", module.getId());
223+
LOGGER.info("download module {} begin with url {}", module.getId(), module.getPackageConfig().getDownloadUrl());
224224
try {
225-
LOGGER.info("download url {}", module.getPackageConfig().getDownloadUrl());
226225
URL url = new URL(module.getPackageConfig().getDownloadUrl());
227226
URLConnection conn = url.openConnection();
228227
Map<String, String> authHeader = httpManager.getAuthHeader();

0 commit comments

Comments
 (0)