How do you access Dgraph Lambda Log on Zion Release?

I started using Zion Release and as it offers I am using it’s lambda resolver(not a separate Lambda Server) by using admin mutations to upload my script.

Everything is working fine but how can I see logs of lambda?

I used to follow logs of lambda docker container in previous version.

Found the answer: Based on this pull request:

Logs are spit out in alpha logs itself with prefix `[LAMBDA-${ns}]`

https://github.com/dgraph-io/dgraph/pull/8006