# GAE logs
1. If your search string have 'space', use '"' for union. And make shure that you set no limit
>Example
>* search string: Hi
> text:Hi
>* search string: Hi people
> text:"Hi people"
>

2. Open context and check receiveTimestamp. This value we need for better search

3. Click and chose advanced filter

4. Put script
```
resource.type="gae_app"
resource.labels.module_id="worker-prod"
resource.labels.version_id="20191001t184640"
logName="projects/rake-system/logs/appengine.googleapis.com%2Fstdout"
receiveTimestamp: yourTimestamp
```
5. 