We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0db9b24 commit 6c00ad5Copy full SHA for 6c00ad5
ice-rest-catalog/src/main/java/com/altinity/ice/rest/catalog/Main.java
@@ -274,7 +274,7 @@ public Integer call() throws Exception {
274
var config = Config.load(configFile());
275
276
var icebergConfig = config.toIcebergConfig();
277
- logger.info(
+ logger.debug(
278
"Iceberg configuration: {}",
279
icebergConfig.entrySet().stream()
280
.map(e -> !e.getKey().contains("key") ? e.getKey() + "=" + e.getValue() : e.getKey())
0 commit comments