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 0ebf7e6ce1 - Show all commits
+3 -1
View File
@@ -12,10 +12,12 @@ def setup_logging() -> None:
fmt = (
'%(asctime)s | '
'%(levelname)s | '
'%(filename)s | '
'%(name)s | '
'%(funcName)s | '
'%(message)s'
)
datefmt = '%Y-%m-%d %H:%M:%S'
logging.basicConfig(format=fmt, datefmt=datefmt, level=level)
# change levels for modules that spam the log
logging.getLogger('pymongo').setLevel(logging.WARNING)
logging.debug('finished')