Non matching user = debug, not error.

authc
Karchnu 2020-09-05 01:47:47 +02:00
parent dc1a57c328
commit 5e46877140
1 changed files with 1 additions and 1 deletions

View File

@ -420,7 +420,7 @@ class AuthD::Service
Baguette::Log.debug "#{u.login} matches #{pattern}"
matching_users << u.to_public
else
Baguette::Log.error "#{u.login} doesn't match #{pattern}"
Baguette::Log.debug "#{u.login} doesn't match #{pattern}"
end
end