diff options
| author | Paul Buetow <pbuetow@mimecast.com> | 2021-12-10 10:36:40 +0000 |
|---|---|---|
| committer | Paul Buetow <pbuetow@mimecast.com> | 2021-12-10 10:36:40 +0000 |
| commit | c1e52e7a7fd925ae8450708c4337d6808e014ba4 (patch) | |
| tree | 79c68235f9a2a640564c384dd248310177f6bcb7 /doc | |
| parent | 3bd45f7db96730e086ee63604856f015374b94d3 (diff) | |
remove trace logging
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/querylanguage.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/querylanguage.md b/doc/querylanguage.md index 96d0fd1..2819a77 100644 --- a/doc/querylanguage.md +++ b/doc/querylanguage.md @@ -29,8 +29,8 @@ COND := ARG1 OPERATOR ARG2 ARG := This is either a string: "foo bar" a float number: 3.14 - a bareword e.g.: responsecode - a field or a $variable + a bareword (aka a field) e.g.: responsecode + or a $variable OPERATOR := This is one of ... Floating point operators: == != < <= > >= @@ -39,7 +39,7 @@ OPERATOR := This is one of ... GROUPFIELD := bareword|$variable ORDERFIELD := This must be a AGGREGATION(FIELD) or FIELD which was specified in select clause already. -LOGFORMAT := The name of the log format implementation. It's 'default' by default. +LOGFORMAT := The name of the log format implementation. It's "default" by default. ``` Note, that the available fields and variables vary from the log format used. There is also a subtle difference between a field and a variable. Check out the [log format](./logformats.md) documentation for more information. |
