Skip to content

Commit

Permalink
print connector version when launching
Browse files Browse the repository at this point in the history
  • Loading branch information
binglihub committed Sep 3, 2019
1 parent 55d75d3 commit 9274f6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/com/snowflake/kafka/connector/Utils.java
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ public class Utils
*/
static void checkConnectorVersion()
{
LOGGER.info(Logging.logMessage("Snowflake Kafka Connector Version: {}", VERSION));
try
{
String latestVersion = null;
Expand Down

0 comments on commit 9274f6f

Please sign in to comment.