Skip to content

Commit 2293904

Browse files
committed
Log the slack blocks
1 parent b6f5ac6 commit 2293904

File tree

1 file changed

+1
-0
lines changed
  • server/src/main/java/com/objectcomputing/checkins/notifications/social_media

1 file changed

+1
-0
lines changed

server/src/main/java/com/objectcomputing/checkins/notifications/social_media/SlackSender.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ public boolean send(String channelId, String slackBlocks) {
6969
.blocksAsString(slackBlocks)
7070
.build();
7171

72+
LOG.info("Slack Blocks: {}", slackBlocks);
7273
LOG.info("Chat Post Request: {}", request.toString());
7374

7475
// Send it to Slack

0 commit comments

Comments
 (0)