# 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" > ![](https://i.imgur.com/VLSdCWM.png) 2. Open context and check receiveTimestamp. This value we need for better search ![](https://i.imgur.com/iK87LwL.png) 3. Click and chose advanced filter ![](https://i.imgur.com/ezE47WY.png) 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. ![](https://i.imgur.com/yS8Cs7w.png)