Get the testlogs to correlate properly.

This commit is contained in:
yackob03 2014-02-11 12:09:59 -05:00
parent 6fd343741b
commit daec74bc25
3 changed files with 24 additions and 23 deletions

View file

@ -1,5 +1,4 @@
import logging
import os
import logstash_formatter
from peewee import MySQLDatabase, SqliteDatabase
@ -93,7 +92,8 @@ class RedisBuildLogs(object):
class TestBuildLogs(object):
BUILDLOGS = TestBuildLogs('logs.quay.io')
BUILDLOGS = TestBuildLogs('logs.quay.io', 'devtable', 'building',
'deadbeef-dead-beef-dead-beefdeadbeef')
class StripeTestConfig(object):