nickva commented on issue #1637: Add ability to configure logger for eunit test 
step
URL: https://github.com/apache/couchdb/pull/1637#issuecomment-426781590
 
 
   > 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

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to