How to enable execution logs for a http api gateway

I have created a http api gateway - https://www.serverless.com/framework/docs/providers/aws/events/http-api/

And enabled logging like so

provider:
  name: aws
  runtime: nodejs12.x
  logs:
    httpApi: true

Im looking for execution logs but im unable to see it in cloudwatch log groups.

From this documentation - https://www.serverless.com/framework/docs/providers/aws/guide/serverless.yml/ it suggests execution logs are enabled by default when its a restApi: true but there is no mention of execution logs when you have a httpApi