j40-cejst-2/data/data-pipeline/data_pipeline/constants.py
2024-12-04 21:28:51 -05:00

7 lines
194 B
Python

import logging
LOG_LEVEL = logging.DEBUG
"""Log level for all loggers."""
NO_SSL_VERIFY = True
"""Set to true to skip SSL verification when downloading files. Useful for local development."""