tasks: show logging info

This commit is contained in:
James R. Barlow
2016-09-01 21:24:13 -07:00
parent 9ca29c787b
commit f8a1136979
+2
View File
@@ -12,6 +12,8 @@ import sys
import os
logging.basicConfig(level=logging.INFO)
REMOTE_ERROR_FLAGS = \
PushInfo.REJECTED | PushInfo.NO_MATCH | PushInfo.REMOTE_REJECTED | \
PushInfo.REMOTE_FAILURE | PushInfo.DELETED | PushInfo.ERROR