We have followed up the steps in below documentation to collect suitable information about each requests time taken handled by the api manager, both at the tomcat access log and the API Gateway log:
However ti appears as if the %T (or the %D) format specifier placed in the access-log.properties is being ignored (or is not being recognized), given that however we use it, we either get a dash ("-") for every log entry, or in some cases information regarding the mime tipe of the resource being served, instead of the expected time taken value.
Has anywone faced a similar issue before? Is there a way to fix it, or are there any workarounds?
Thanks in advance.