Skip to content

Commit

Permalink
Reduce the severity level of external-group change-details log messages
Browse files Browse the repository at this point in the history
  • Loading branch information
forevermatt committed Oct 7, 2024
1 parent b73ed74 commit 113f006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/common/models/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -1122,7 +1122,7 @@ public function updateExternalGroups(string $appPrefix, string $csvAppExternalGr
$saved = $this->save(true, ['groups_external']);
if ($saved) {
if ($previousExternalGroups !== $this->groups_external) {
Yii::warning(sprintf(
Yii::info(sprintf(
"Updated external groups for %s from '%s' to '%s'",
$this->email,
$previousExternalGroups,
Expand Down

0 comments on commit 113f006

Please sign in to comment.