Fix group audit log spec operator
What does this MR do?
Fixes transient failures in the group_audit_logs_1_spec
. Sometimes there's an extra audit log probably from tests running in parallel. This MR changes the operator from ==
to >=
account for the extra logs. It also removes the temporary logging put in a few days ago.
Closes #197972 (closed)