[jira] [Commented] (COUCHDB-1356) POST _session responds with name: null if _admin user and no _users doc present

2011-12-07 Thread Johannes J. Schmidt (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13164225#comment-13164225 ] Johannes J. Schmidt commented on COUCHDB-1356: -- But then why is the name

Re: The perfect logger for development

2011-12-07 Thread Benoit Chesneau
On Wed, Dec 7, 2011 at 2:51 AM, Jason Smith j...@iriscouch.com wrote: Hi, all. Iris Couch urgently needs improved logging facilities in CouchDB. My goal is to make something we all love and get it accepted upstream, God willing. Or committers willing. But I repeat myself! This is the

Re: The perfect logger for development

2011-12-07 Thread Volker Mische
Don't forgot the request body when it was a PUT/DELETE. Cheers, Volker On 12/07/2011 05:24 AM, Jason Smith wrote: Brilliant, thanks! I think this is possible if the Req object is part of the log object. Then a formatter can access it there. Off the top of my head, it would have access to

Re: The perfect logger for development

2011-12-07 Thread Jason Smith
Thanks, Benoit. I would like to move the discussion back, one hundred percent, to identifying exactly what features are good and bad for CouchDB. We are in no hurry. IMHO, CouchDB does not need a patch soon. It needs thoughtful, deliberate planning. More responses inline. On Wed, Dec 7, 2011 at

Re: The perfect logger for development

2011-12-07 Thread Benoit Chesneau
On Wed, Dec 7, 2011 at 10:38 AM, Jason Smith j...@iriscouch.com wrote: Thanks, Benoit. I would like to move the discussion back, one hundred percent, to identifying exactly what features are good and bad for CouchDB. We are in no hurry. IMHO, CouchDB does not need a patch soon. It needs

Re: The perfect logger for development

2011-12-07 Thread Benoit Chesneau
ok so you're speaking about log arguments? s/arguments/attributes. (if yes you should really have a look in the lagger readme ;) - benoƮt

Re: The perfect logger for development

2011-12-07 Thread Gregor Martynus
As an app developer, I just appreciate that you discuss this topic. It's really, really hard to me to get useful information out of the current logs. Doesn't make it easy to relax ;-) On Wed, Dec 7, 2011 at 10:52 AM, Benoit Chesneau bchesn...@gmail.comwrote: ok so you're speaking about log

[jira] [Updated] (COUCHDB-1357) Authentication failure after updating password in user document

2011-12-07 Thread Filipe Manana (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1357?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Filipe Manana updated COUCHDB-1357: --- Attachment: 0001-Let-the-credentials-cache-daemon-crash-if-_users-db-.patch

[jira] [Updated] (COUCHDB-1357) Authentication failure after updating password in user document

2011-12-07 Thread Filipe Manana (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1357?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Filipe Manana updated COUCHDB-1357: --- Attachment: (was: COUCHDB-1357-master.patch) Authentication failure after

[jira] [Commented] (COUCHDB-1357) Authentication failure after updating password in user document

2011-12-07 Thread Filipe Manana (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13164343#comment-13164343 ] Filipe Manana commented on COUCHDB-1357: Pete, I'm not sure this issue relates

Re: The perfect logger for development

2011-12-07 Thread Robert Dionne
One of the things we do in BigCouch is attach a unique identifier to the request also, so that we can correlate a given request with other log messages that may appear from other internal components. We call it an X-Request-ID or some such thing and users can curl -v and tell us what that is.

Re: [jira] [Commented] (COUCHDB-1357) Authentication failure after updating password in user document

2011-12-07 Thread CGS
Hi, As I reply in the users list, since this is an Erlang problem, I think it can be solved by imposing a higher maximum ports limit with ERL_MAX_PORTS environment variable or/and +P option at erl command. The default limit is 1024 and Erlang chose that number for compatibility with all the

[jira] [Commented] (COUCHDB-1357) Authentication failure after updating password in user document

2011-12-07 Thread Filipe Manana (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13164378#comment-13164378 ] Filipe Manana commented on COUCHDB-1357: Pete, there's this Erlang thread

[jira] [Commented] (COUCHDB-1357) Authentication failure after updating password in user document

2011-12-07 Thread Dave Cottlehuber (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13164383#comment-13164383 ] Dave Cottlehuber commented on COUCHDB-1357: --- @pete the following might help.

[jira] [Created] (COUCHDB-1358) Only delete files with .view extension

2011-12-07 Thread Volker Mische (Created) (JIRA)
Only delete files with .view extension -- Key: COUCHDB-1358 URL: https://issues.apache.org/jira/browse/COUCHDB-1358 Project: CouchDB Issue Type: Improvement Components: Database Core Affects

[jira] [Updated] (COUCHDB-1358) Only delete files with .view extension

2011-12-07 Thread Volker Mische (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Volker Mische updated COUCHDB-1358: --- Attachment: cleanup-views-only.patch Only delete files ending with .view.

[jira] [Commented] (COUCHDB-1302) Fix couchjs

2011-12-07 Thread afters (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13164443#comment-13164443 ] afters commented on COUCHDB-1302: - Not sure if it's relevant, but here's how I checked

Re: The perfect logger for development

2011-12-07 Thread Adam Kocoloski
On Dec 7, 2011, at 4:51 AM, Benoit Chesneau wrote: On Wed, Dec 7, 2011 at 10:38 AM, Jason Smith j...@iriscouch.com wrote: Thanks, Benoit. I would like to move the discussion back, one hundred percent, to identifying exactly what features are good and bad for CouchDB. We are in no hurry.

Re: The perfect logger for development

2011-12-07 Thread Benoit Chesneau
On Wed, Dec 7, 2011 at 4:11 PM, Adam Kocoloski kocol...@apache.org wrote: On Dec 7, 2011, at 4:51 AM, Benoit Chesneau wrote: On Wed, Dec 7, 2011 at 10:38 AM, Jason Smith j...@iriscouch.com wrote: Thanks, Benoit. I would like to move the discussion back, one hundred percent, to identifying

Re: The perfect logger for development

2011-12-07 Thread Benoit Chesneau
On Wed, Dec 7, 2011 at 5:33 PM, Benoit Chesneau bchesn...@gmail.com wrote: On Wed, Dec 7, 2011 at 4:11 PM, Adam Kocoloski kocol...@apache.org wrote: On Dec 7, 2011, at 4:51 AM, Benoit Chesneau wrote: On Wed, Dec 7, 2011 at 10:38 AM, Jason Smith j...@iriscouch.com wrote: Thanks, Benoit. I

[jira] [Commented] (COUCHDB-1358) Only delete files with .view extension

2011-12-07 Thread Paul Joseph Davis (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1358?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13164630#comment-13164630 ] Paul Joseph Davis commented on COUCHDB-1358: I haven't thought about it too

[jira] [Commented] (COUCHDB-1290) rewrite with variable and query option produces a badarg error

2011-12-07 Thread Nathan Vander Wilt (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-1290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13164645#comment-13164645 ] Nathan Vander Wilt commented on COUCHDB-1290: - Is this a dupe of

Re: The perfect logger for development

2011-12-07 Thread Randall Leeds
On Wed, Dec 7, 2011 at 08:38, Benoit Chesneau bchesn...@gmail.com wrote: On Wed, Dec 7, 2011 at 5:33 PM, Benoit Chesneau bchesn...@gmail.com wrote: On Wed, Dec 7, 2011 at 4:11 PM, Adam Kocoloski kocol...@apache.org wrote: On Dec 7, 2011, at 4:51 AM, Benoit Chesneau wrote: On Wed, Dec 7, 2011

Re: The perfect logger for development

2011-12-07 Thread Randall Leeds
On Wed, Dec 7, 2011 at 12:52, Randall Leeds randall.le...@gmail.com wrote: On Wed, Dec 7, 2011 at 08:38, Benoit Chesneau bchesn...@gmail.com wrote: On Wed, Dec 7, 2011 at 5:33 PM, Benoit Chesneau bchesn...@gmail.com wrote: On Wed, Dec 7, 2011 at 4:11 PM, Adam Kocoloski kocol...@apache.org