Re: log timezone

2017-01-27 Thread Joan Touzet
Hi Pierre, Not without modifying the CouchDB source code. ISO8601 timestamps are hard coded. Here's the relevant source code if you feel adventurous: https://github.com/apache/couchdb-couch-log/blob/master/src/couch_log_formatter.erl#L39-L56

log timezone

2017-01-27 Thread Pierre-Luc Collard
Hello, I would like to know if it's possible to define the timezone to use in the logs instead of GMT time ? Thanks, Pierre-Luc

Re: Adding a footer to emails

2017-01-27 Thread Joan Touzet
Hi Joel, Apache mailing lists run on ezmlm: https://www.apache.org/foundation/mailinglists.html Web access is managed through Apache Pony Mail: https://lists.apache.org/ https://ponymail.incubator.apache.org/ All are professionally managed by Apache Infrastructure - CouchDB committers do not

Re: Adding a footer to emails

2017-01-27 Thread Joel Wallis Jucá
Hi Michelle! Well, I do have interest in contributing, but I would like to know/understand what does Apache Foundation use to manage its mailing lists. Which language, framework, etc. - and if it's available somewhere (GitHub, etc.) so I could read it's source code. Does not seem to be so

Re: How to prep my CouchDB 2 for *text* indexes/queries?

2017-01-27 Thread Ronan Jouchet
On 2017-01-26 22:51, Joan Touzet wrote: I'm afraid you're going to have to custom compile CouchDB to use Lucene with it. More information on how to do this within the Docker environment is available at https://github.com/klaemo/docker-couchdb/issues/48#issuecomment-274323668 which discusses an