Skip to content

Commit c445cc6

Browse files
authored
nit: Change warn log to debug (#287)
1 parent f6614c6 commit c445cc6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

document-store/src/main/java/org/hypertrace/core/documentstore/postgres/FlatPostgresCollection.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ public class FlatPostgresCollection extends PostgresCollection {
133133
this.lastUpdatedTsColumn = lastUpdatedTs;
134134

135135
if (this.createdTsColumn == null || this.lastUpdatedTsColumn == null) {
136-
LOGGER.warn(
136+
LOGGER.debug(
137137
"timestampFields config not set properly for collection '{}'. "
138138
+ "createdTsColumn: {}, lastUpdatedTsColumn: {}. "
139139
+ "Configure via collectionConfigs.{}.timestampFields {{ created = \"<col>\", lastUpdated = \"<col>\" }}",

0 commit comments

Comments
 (0)