> The default log level for ./rel/files/eunit.ini is none. In the recent master I see it has
``` [log] ; log to a file to save our terminals from log spam writer = file file = couch.log level = info ``` And most crashes would be caught at level `error` anyway. In the test run above, I didn't tweak or modify the .ini file and it logged progress well enough. Do you have something locally which attempts to modify the file before running tests? > know which application the test is located to look for log file That part is kind of annoying, agree. I would be nice to have one single file to look at and not have to fish through .eunit folders. @eiri already approved and I'm +0.5 on it. If you think it's helpful go ahead and merge it [ Full content available at: https://github.com/apache/couchdb/pull/1637 ] This message was relayed via gitbox.apache.org for [email protected]
