From 0e03703949d39ecdf1c6bf05aa270fc0c851810d Mon Sep 17 00:00:00 2001 From: Prashant Pandey Date: Fri, 10 Apr 2026 13:06:23 +0530 Subject: [PATCH] Change log to debug --- .../core/documentstore/postgres/FlatPostgresCollection.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/document-store/src/main/java/org/hypertrace/core/documentstore/postgres/FlatPostgresCollection.java b/document-store/src/main/java/org/hypertrace/core/documentstore/postgres/FlatPostgresCollection.java index 141b07b9..ad8c1d1a 100644 --- a/document-store/src/main/java/org/hypertrace/core/documentstore/postgres/FlatPostgresCollection.java +++ b/document-store/src/main/java/org/hypertrace/core/documentstore/postgres/FlatPostgresCollection.java @@ -133,7 +133,7 @@ public class FlatPostgresCollection extends PostgresCollection { this.lastUpdatedTsColumn = lastUpdatedTs; if (this.createdTsColumn == null || this.lastUpdatedTsColumn == null) { - LOGGER.warn( + LOGGER.debug( "timestampFields config not set properly for collection '{}'. " + "createdTsColumn: {}, lastUpdatedTsColumn: {}. " + "Configure via collectionConfigs.{}.timestampFields {{ created = \"\", lastUpdated = \"\" }}",