Archived logs commit 1. Squash me.

This commit is contained in:
Jake Moshenko 2014-09-08 16:43:17 -04:00
parent 54fbb2a4c0
commit 451e034ca1
9 changed files with 402 additions and 22 deletions

View file

@ -83,6 +83,10 @@ class DefaultConfig(object):
BUILDLOGS_REDIS_HOSTNAME = 'logs.quay.io'
BUILDLOGS_OPTIONS = []
# Build logs archive
LOG_ARCHIVE_TYPE = 'LocalArchivedLogs'
LOG_ARCHIVE_PATH = 'test/data/registry/logarchive'
# Real-time user events
USER_EVENTS_REDIS_HOSTNAME = 'logs.quay.io'