mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
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.