You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by gi...@git.apache.org on 2017/08/28 14:36:51 UTC

[GitHub] olivenvrac opened a new issue #779: GET /_log does not work

olivenvrac opened a new issue #779: GET /_log does not work
URL: https://github.com/apache/couchdb/issues/779
 
 
   
   
   ## Expected Behavior
   I want to read the log with the URL of the server, but it doesn't work
   can anybody else give me a solution or can telle me wht's wrong in my conf or URL or anything else ? 
   
   ## Current Behavior
    when i send a get on the url : http://user:mdp@serveur:port/_log
   have got this return :
   {"error":"not_found","reason":"Database does not exist."}
   
   I tried with the node : 
   http://user:mdp@serveur:port/_node/nodename/_log
   have got this return : 
   {"error":"not_found","reason":"missing"}
   
   
   ## Context
   the log file "couchdb.log" is OK and the messages are writting correctly in it.
   the rights on the log seems to be good : -rwxr-x---
   configuration in the .ini file is : 
   [log]
   file = ./var/log/couchdb.log
   writer = file
   
   ## Your Environment
   Version  CouchDB : 2.0.0
   OS : RHEL 7
   client : Curl 7.19.7
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services