TeskaLabs / seacat-auth

SeaCat Auth provides authentication, authorization, identity management, session management and other access control features.
GNU General Public License v3.0
11 stars 6 forks source link

Do not log failed LDAP login as error #381

Closed byewokko closed 4 months ago

byewokko commented 4 months ago

Issue

When LDAP user tries to log in with incorrect password, it is logged as ERROR. The log level should be lower since it is not an application failure.

Solution

Log level decreased to NOTICE.