-
Task
-
Resolution: Unresolved
-
L3 - Default
-
None
-
None
-
None
-
Not defined
Context:
During testing I could observe that when searching identity with a searchstring and result size 1 for alert email validation, identity now throws an exception/a 404 when no user is found. This is then logged by Optimize as a warn log with the exception, looking like an error stating Optimize could not search for users.
The assumption behind the logging was that Identity would return an empty search result, and if an exception is thrown, this indicates an error in the identity that should be checked by the user.
However, in this case either the log message or the logging itself should be adjusted to not look like an error in the logs if its just the expected use case when an unknown email is specified in an alert.
AT:
- Evaluate logging when email is unknown during alert email validation and adjust accordingly - we should still log that an email was unknown, but maybe in a less alarming way?