Add the first part of the build worker that runs on quay.
This commit is contained in:
parent
9dc9e0c940
commit
847e91b696
10 changed files with 196 additions and 11 deletions
|
@ -10,7 +10,6 @@ from data.queue import image_diff_queue
|
|||
from endpoints.registry import process_image_changes
|
||||
|
||||
|
||||
|
||||
root_logger = logging.getLogger('')
|
||||
root_logger.setLevel(logging.DEBUG)
|
||||
|
||||
|
@ -59,11 +58,6 @@ parser.add_argument('--log', default='diffsworker.log',
|
|||
args = parser.parse_args()
|
||||
|
||||
|
||||
# if not args.D:
|
||||
# else:
|
||||
# logging.basicConfig(format=FORMAT, level=logging.DEBUG)
|
||||
# start_worker(args)
|
||||
|
||||
if args.D:
|
||||
handler = logging.FileHandler(args.log)
|
||||
handler.setFormatter(formatter)
|
||||
|
|
Reference in a new issue