mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-23 10:04:18 -08:00
8 lines
194 B
Python
8 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."""
|