Skip to content

Commit

Permalink
Merge pull request #864 from gsmet/avoid-duplicate-log
Browse files Browse the repository at this point in the history
Do not log error in AiServiceMethodImplementationSupport
  • Loading branch information
geoand authored Sep 5, 2024
2 parents 9973ed1 + 8ca7a3d commit fc5b189
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ public Object implement(Input input) {
}
return result;
} catch (Exception e) {
log.errorv(e, "Execution of {0}#{1} failed", createInfo.getInterfaceName(), createInfo.getMethodName());
if (audit != null) {
audit.onFailure(e);
auditService.complete(audit);
Expand Down

0 comments on commit fc5b189

Please sign in to comment.