Skip to content

Commit

Permalink
Fix logs in GATSBY Build dashboard (#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
rudouglas authored and srvaroa committed Sep 27, 2021
1 parent 4aac422 commit 97fae3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion definitions/ext-gatsby_build/dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"nrqlQueries": [
{
"accountId": 0,
"query": "SELECT `log_severity``timestamp``message` FROM Log WHERE message LIKE '%success%'"
"query": "SELECT `log_severity`,`timestamp`,`message` FROM Log WHERE message LIKE '%success%'"
}
]
}
Expand Down

0 comments on commit 97fae3f

Please sign in to comment.