We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5300090 commit 232fd67Copy full SHA for 232fd67
aspects/InterceptorProfiler.cfc
@@ -60,7 +60,7 @@ component implements="coldbox.system.aop.MethodInterceptor" accessors="true" {
60
61
// Is this an entity interception? If so, log it to assist
62
if ( data.keyExists( "entity" ) ) {
63
- txName &= "( #getEntityName( data )# )";
+ txName &= "( #getEntityName( data )# ) @ #getTickCount()#";
64
}
65
66
// create FR tx with method name
0 commit comments