Github user kxepal commented on the pull request:

    https://github.com/apache/couchdb-couch/pull/57#issuecomment-113911030
  
    @robertkowalski Few more moments about this change:
    1) It has no effect on public :5984 port since there chttpd is being 
requested, not couch_httpd
    2) :5986 port usage for everyday tasks is discouraged and we want to 
deprecate it in order to have one single HTTP port to run all the operations. 
    3) We are already have log formatting inconsistency between logged requests 
against :5984 and :5986 :
    
    ```
    2015-06-21 17:40:14.408 [notice] [email protected] <0.482.0> a683d574 
127.0.0.1 localhost:15984 GET /_users 200 ok 1
    2015-06-21 17:42:33.407 [notice] [email protected] <0.235.0> 127.0.0.1 - - 
GET /_users 200
    ```
    
    First line was about http://localhost:5984/_users request, second is for 
http://localhost:5986/_users
    
    So we're fixing wrong problem here.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to