diff --git a/src/chttpd_auth_cache.erl b/src/chttpd_auth_cache.erl index 5c06fb7..f3e69de 100644 --- a/src/chttpd_auth_cache.erl +++ b/src/chttpd_auth_cache.erl @@ -168,7 +168,7 @@ load_user_from_db(UserName) -> {Props} = couch_doc:to_json_obj(Doc, []), Props; _Else -> - couch_log:warning("no record of user ~s", [UserName]), + couch_log:debug("no record of user ~s", [UserName]), nil catch error:database_does_not_exist -> nil