mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-22 17:44:20 -08:00
7 lines
194 B
Python
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."""
|