Skip to content

Commit aa26cca

Browse files
authored
Downgrade notice to debug
When searching in multiple organizational units, this can get very noisy
1 parent 5fd0237 commit aa26cca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Auth/Process/AttributeAddUsersGroups.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ protected function getGroups(array $attributes): array
302302
}
303303

304304
// Could not find return attribute, log and continue
305-
Logger::notice(sprintf(
305+
Logger::debug(sprintf(
306306
'%s : The return attribute [%s] could not be found in entry `%s`.',
307307
$this->title,
308308
implode(', ', array_unique([$map['return'], strtolower($map['return'])])),

0 commit comments

Comments
 (0)