Skip to content

Commit fe670b3

Browse files
authored
Merge pull request #2940 from objectcomputing/bugfix-2933/fix-kudos-urls-and-channels
Added logging in the slack search
2 parents 2dea908 + fe6621e commit fe670b3

File tree

1 file changed

+1
-0
lines changed
  • server/src/main/java/com/objectcomputing/checkins/services/slack

1 file changed

+1
-0
lines changed

server/src/main/java/com/objectcomputing/checkins/services/slack/SlackSearch.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ public String findChannelName(String channelId) {
6969

7070
if (response.isOk()) {
7171
for (Conversation conversation: response.getChannels()) {
72+
LOG.trace("Found conversation: {}", conversation);
7273
if (conversation.getId().equals(channelId)) {
7374
return conversation.getName();
7475
}

0 commit comments

Comments
 (0)