Skip to content

Commit 1aace1f

Browse files
committed
Added logging in the slack search
1 parent 74b6c2d commit 1aace1f

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)