j40-cejst-2/data/data-pipeline/data_pipeline/constants.py

8 lines
194 B
Python
Raw Permalink Normal View History

2024-11-05 11:31:54 -05:00
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."""