Skip to content

Commit 6c00ad5

Browse files
committed
ice-rest-catalog: Move icebeg config print statement from info to debug
1 parent 0db9b24 commit 6c00ad5

File tree

1 file changed

+1
-1
lines changed
  • ice-rest-catalog/src/main/java/com/altinity/ice/rest/catalog

1 file changed

+1
-1
lines changed

ice-rest-catalog/src/main/java/com/altinity/ice/rest/catalog/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ public Integer call() throws Exception {
274274
var config = Config.load(configFile());
275275

276276
var icebergConfig = config.toIcebergConfig();
277-
logger.info(
277+
logger.debug(
278278
"Iceberg configuration: {}",
279279
icebergConfig.entrySet().stream()
280280
.map(e -> !e.getKey().contains("key") ? e.getKey() + "=" + e.getValue() : e.getKey())

0 commit comments

Comments
 (0)