We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1fa94d commit 1128a01Copy full SHA for 1128a01
README.md
@@ -74,6 +74,9 @@ sudo dpkg -i <the_deb_name>
74
# Get production log group for the last 2 hours
75
saw get production --start -2h
76
77
+ # Get production log group for the last 2 hours and filter for "error"
78
+ saw get production --start -2h --filter error
79
+
80
# Get production log group for api between 26th June 2018 and 28th June 2018
81
saw get production --prefix api --start 2018-06-26 --stop 2018-06-28
82
```
0 commit comments