in buildscripts/buildlogger.py L93
URL_ROOT = 'http://buildlogs.mongodb.org/'
if we want to use an alternate host for the buildlogger server, there is no way to do it without changing code.
would be nice to be able to pass --buildlogger-url="http://whatever.com/" and have that override the default.