I'm using Aspects Pointcut to trace the execution time of my SQL call.
Similar to - no logging for PerformanceMonitorInterceptor.
I'm able to see the trace logs with the respective response time. I see the logged time is in ns unit. Is that the default unit or is there a way we can enforce to print the response time in ms?
Plz assist!