Skip to content

Commit b87ee20

Browse files
committed
feat: output logs from the apps.activities.list method if verbose is expected
1 parent 37106f5 commit b87ee20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/api/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ func (c *Client) SetHost(host string) {
366366
func shouldSkipDebugLog(endpoint string) bool {
367367
// A list of API endpoints of which the requests/response won't be written into slack-debug-[date].log
368368
var skipDebuglogEndpoints = []string{
369-
"apps.activities.list",
369+
// "apps.activities.list",
370370
"apps.hosted.exchangeAuthTicket",
371371
"apps.connections.open",
372372
}

0 commit comments

Comments
 (0)