nickva commented on a change in pull request #598: Enable OS process IO logging
+ upload for Travis and Jenkins tests
URL: https://github.com/apache/couchdb/pull/598#discussion_r122055656
##########
File path: build-aux/logfile-uploader.py
##########
@@ -41,6 +42,10 @@ def collect_logfiles():
# JS harness
for log in glob.glob('dev/logs/node1.log'):
tb.add(log)
+ # couchjs OS process IO logs
+ if os.path.isdir(OSPROC_IO_LOG_DIR):
Review comment:
Good point. Agreed
----------------------------------------------------------------
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