Dan Albert 6bfb8cf2fd Fix double logging.
Calling logging.basicConfig creates a stream handler for the root
logger, and then we were adding our own with a different formatter.
Pass the format string to basicConfig so we don't need to add our own
duplicate stream handler.
2020-10-06 23:31:40 -07:00
..
2020-10-06 22:24:47 -07:00
2020-10-04 12:24:31 -07:00
2020-10-06 22:24:47 -07:00
2020-10-06 23:31:40 -07:00
2020-10-06 17:01:37 -07:00
2020-09-27 13:44:58 -07:00
2020-10-06 22:24:47 -07:00