[
https://issues.apache.org/jira/browse/COUCHDB-464?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Newson updated COUCHDB-464:
----------------------------------
Attachment: 0001-Add-POST-support-to-_log.patch
back to 200 for success. 202 implies an asynchronous handling of the request,
and it isn't quite. While the log message is not fsynced to disk, which means
it does happen after the client gets its 200, it's not that big a deal.
> Allow POST to _log for external processes
> -----------------------------------------
>
> Key: COUCHDB-464
> URL: https://issues.apache.org/jira/browse/COUCHDB-464
> Project: CouchDB
> Issue Type: New Feature
> Reporter: Robert Newson
> Attachments: 0001-Add-POST-support-to-_log.patch,
> 0001-Add-POST-support-to-_log.patch, 0001-Add-POST-support-to-_log.patch
>
>
> Add POST support to _log so that external processes can also log to
> couch.log. This would allow couchdb-lucene (to pick a random example) to log
> consistently.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.