Skip to content

Commit

Permalink
fix the sample error in tutorial doc
Browse files Browse the repository at this point in the history
  • Loading branch information
wjo1212 committed Jul 3, 2018
1 parent 63fc96d commit 6858664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/tutorials/tutorial_get_logs.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ aliyun log get_log_all --project="p1" --logstore="l1" --query="host:test.com and

这里拉取从时间`2018-01-24 16:00:00 CST``2018-01-24 17:00:00 CST`在内满足条件`host:test.com and response_time>5000`的日志, 例如:
```shell
{"count": 101, "logs": [{"k1":"a1", "k2":"a2"}, {"k1":"b1", "k2":"b2"}, ... ]}
[{"k1":"a1", "k2":"a2"}, {"k1":"b1", "k2":"b2"}, ... ]
```

**注意:**
Expand Down

0 comments on commit 6858664

Please sign in to comment.