move_images_to_minio #44

Merged
brian merged 15 commits from move_images_to_minio into main 2024-06-19 14:57:33 +02:00
Showing only changes of commit b093154193 - Show all commits
+2
View File
@@ -20,4 +20,6 @@ def setup_logging() -> None:
logging.basicConfig(format=fmt, datefmt=datefmt, level=level)
# change levels for modules that spam the log
logging.getLogger('pymongo').setLevel(logging.WARNING)
logging.getLogger('urllib3').setLevel(logging.INFO)
logging.getLogger('PIL').setLevel(logging.INFO)
logging.debug('finished')