Skip to content

Commit

Permalink
logs
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-bmikaili committed Sep 4, 2024
1 parent edf582b commit f74b749
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,14 @@ public SnowflakeStreamingIngestChannelInternal<?> openChannel(OpenChannelRequest

logger.logInfo("channel after schema: " + channel.toString());

// print if cache null
if (this.channelCache == null) {
logger.logInfo("channelCache is null");
}

// print cache
logger.logInfo(this.channelCache.toString());

// Add channel to the channel cache
this.channelCache.addChannel(channel);

Expand Down

0 comments on commit f74b749

Please sign in to comment.