Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.

Commit

Permalink
Change column not found log message to debug (#380)
Browse files Browse the repository at this point in the history
  • Loading branch information
g-eoj authored and jakubhava committed Aug 26, 2024
1 parent e7f0d2f commit e5175a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ private List<List<String>> transformRow(
}
return sanitizeValue;
} else {
logger.warn("Column '{}' can not be found in Input schema", colName);
logger.debug("Column '{}' can not be found in Input schema", colName);
return origin;
}
})
Expand Down

0 comments on commit e5175a6

Please sign in to comment.