This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-query-protocol.git
The following commit(s) were added to refs/heads/master by this push:
new 7a2fd17 fix (#48)
7a2fd17 is described below
commit 7a2fd17a032dd4a931dffb25638326cec1edca34
Author: zhang-wei <[email protected]>
AuthorDate: Sun Jan 10 19:53:33 2021 +0800
fix (#48)
---
log.graphqls | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/log.graphqls b/log.graphqls
index ca39684..ba18cca 100644
--- a/log.graphqls
+++ b/log.graphqls
@@ -57,8 +57,8 @@ input LogQueryCondition {
tags: [LogTag!]
# Fuzzy query conditions for the log content.
# Use these 2 keyword related condition, when supportQueryLogsByKeywords
returns TRUE.
- keywordsOfContent: [!String]
- excludingKeywordsOfContent: [!String]
+ keywordsOfContent: [String!]
+ excludingKeywordsOfContent: [String!]
}
# Trace related condition