Set up the build logs to use our fake build logs on test and local.

This commit is contained in:
Jake Moshenko 2014-05-09 18:45:11 -04:00
parent 580bb152fe
commit bcb993a914
8 changed files with 47 additions and 11 deletions

View file

@ -73,7 +73,7 @@ class DefaultConfig(object):
STORAGE_PATH = 'test/data/registry'
# Build logs
BUILDLOGS = BuildLogs('logs.quay.io') # Change me
BUILDLOGS_OPTIONS = ['logs.quay.io']
# Real-time user events
USER_EVENTS = UserEventBuilder('logs.quay.io')