Skip to content

Commit

Permalink
Merge pull request #2605 from osandamaleesha/add/diagnosticsLogs
Browse files Browse the repository at this point in the history
Access displayName method introduced for ActionType enum in action execution
  • Loading branch information
ashanthamara authored Oct 24, 2024
2 parents 1f2b348 + fb20f75 commit c0dc4a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ private void logOperationExecutionResults(ActionType actionType,
ActionExecutionLogConstants.ActionIDs.EXECUTE_ACTION_OPERATIONS);
diagLogBuilder
.inputParam("executed operations", operationDetailsList.isEmpty() ? "empty" : operationDetailsList)
.resultMessage("Allowed operations are executed for " + actionType + " action.")
.resultMessage("Allowed operations are executed for " + actionType.getDisplayName() + " action.")
.logDetailLevel(DiagnosticLog.LogDetailLevel.APPLICATION)
.resultStatus(DiagnosticLog.ResultStatus.SUCCESS)
.build();
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -939,7 +939,7 @@
<carbon.kernel.registry.imp.pkg.version.range>[1.0.1, 2.0.0)</carbon.kernel.registry.imp.pkg.version.range>

<!-- Carbon Identity Framework version -->
<carbon.identity.framework.version>7.5.75</carbon.identity.framework.version>
<carbon.identity.framework.version>7.5.86</carbon.identity.framework.version>
<carbon.identity.framework.imp.pkg.version.range>[5.25.234, 8.0.0)
</carbon.identity.framework.imp.pkg.version.range>

Expand Down

0 comments on commit c0dc4a2

Please sign in to comment.