Hi @Amit-J Thanks for reaching out. No, 8192 is the hard coded max limit, which means it cannot be changed. Also, logging more data will introduce the risk of severe performance degradation.
you can log events to Azure Event Hubs https://learn.microsoft.com/en-us/azure/api-management/api-management-howto-log-event-hubs. Using this, you can log any number of bytes and any kind of data that you need for future analysis.
let me know incase of further queries, I would be happy to assist you.
Please 'Accept as answer' and ‘Upvote’ if it helped so that it can help others in the community looking for help on similar topics.