mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-23 00:22:19 +01:00
chore: Add debug information to slack addon (#4379)
Logs to help us debug the addon
This commit is contained in:
parent
20b1559329
commit
55c785c2ff
@ -70,6 +70,9 @@ export default class SlackAppAddon extends Addon {
|
||||
);
|
||||
return;
|
||||
}
|
||||
this.logger.debug(
|
||||
`Found candidate channels: ${JSON.stringify(eventChannels)}.`,
|
||||
);
|
||||
|
||||
if (!this.slackClient || this.accessToken !== accessToken) {
|
||||
const client = new WebClient(accessToken);
|
||||
|
Loading…
Reference in New Issue
Block a user