Skip to content

Commit

Permalink
Merge pull request #71 from KeisukeYamashita/fix-datadog-logs
Browse files Browse the repository at this point in the history
Fix logs command of datadog
  • Loading branch information
KeisukeYamashita authored Nov 30, 2019
2 parents 8543c39 + 652f23e commit 2f2b4ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions providers/datadog/datadog.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ func (p *Provider) addProductPath(product string) {
case "notebook":
p.join(product)
case "logs":
p.join(product)
var view string
if view = p.GetCtxString("view"); view != "" {
param := url.Values{}
Expand Down

0 comments on commit 2f2b4ae

Please sign in to comment.