We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37106f5 commit b87ee20Copy full SHA for b87ee20
internal/api/client.go
@@ -366,7 +366,7 @@ func (c *Client) SetHost(host string) {
366
func shouldSkipDebugLog(endpoint string) bool {
367
// A list of API endpoints of which the requests/response won't be written into slack-debug-[date].log
368
var skipDebuglogEndpoints = []string{
369
- "apps.activities.list",
+ // "apps.activities.list",
370
"apps.hosted.exchangeAuthTicket",
371
"apps.connections.open",
372
}
0 commit comments