If I use the aspect like the development done in Audit4j-spring (AuditAspect.java class)
I have the traces in double.
if I add the code the trace :
System.out.println("
pointcut:" +
jointPoint.getKind());
I see in the log :
[stdout] (default task-46) pointcut:method-call
[stdout] (default task-46) pointcut:method-execution
So I can fix the issue by changing the annotation