Archived logs commit 1. Squash me.
This commit is contained in:
parent
54fbb2a4c0
commit
451e034ca1
9 changed files with 402 additions and 22 deletions
|
@ -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'
|
||||
|
||||
|
|
Reference in a new issue