Skip to content
This repository has been archived by the owner on May 25, 2021. It is now read-only.

Drop logging level for "no record of user %s" #139

Merged
merged 1 commit into from
Sep 2, 2016
Merged

Drop logging level for "no record of user %s" #139

merged 1 commit into from
Sep 2, 2016

Commits on Sep 2, 2016

  1. Drop logging level for "no record of user %s"

    This warning is tripped primarily when an admin is defined in local.ini
    and has no associated _users document. This can happen fairly often in
    development and testing setups, meaning that every other line in the
    logfile is "no record of user admin".
    
    The right thing to do here might be to check if the currently defined
    user is a local admin and only complain in that situation, but presently
    chttpd only directly depends on couch_auth_cache and to do so would 
    require unencapsulating how couch_auth_cache handles ini file defined
    admin users vs. authentication database users, which feels wrong.
    
    Change suggested by @janl in #couchdb-dev IRC.
    wohali committed Sep 2, 2016
    Configuration menu
    Copy the full SHA
    e01cc40 View commit details
    Browse the repository at this point in the history