Skip to content

Commit

Permalink
Refactor in audit log state
Browse files Browse the repository at this point in the history
  • Loading branch information
akgalwas committed Sep 11, 2024
1 parent 9e0f2ab commit 8825b07
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ func sFnConfigureAuditLog(ctx context.Context, m *fsm, s *systemState) (stateFn,
if m.RCCfg.AuditLogMandatory {
m.log.Error(err, errorMsg)
} else {
m.log.Info(err.Error(), "Failed to configure Audit Log, but is not mandatory to be configured")
m.log.Info(err.Error(), infoMsg)
}
}

Expand Down

0 comments on commit 8825b07

Please sign in to comment.