Problem being solved
Currently one policy per access log is added to the loggroup when a new APIGW resource is created, but there is a hard limit of 10 policies in total in each AWS account, meaning that only 10 APIGW could have access log enabled while using this Construct.
Proposal
Change the constructs to follow the instructions on to avoid this issue:
https://docs.aws.amazon.com/apigateway/latest/developerguide/set-up-logging.html#set-up-access-logging-permissions