mirror of
https://github.com/smittix/intercept.git
synced 2026-07-05 16:18:12 -07:00
up
This commit is contained in:
@@ -139,7 +139,7 @@ def _get_env_bool(key: str, default: bool) -> bool:
|
||||
|
||||
|
||||
# Logging configuration
|
||||
_log_level_str = _get_env('LOG_LEVEL', 'WARNING').upper()
|
||||
_log_level_str = _get_env('LOG_LEVEL', 'INFO').upper()
|
||||
LOG_LEVEL = getattr(logging, _log_level_str, logging.WARNING)
|
||||
LOG_FORMAT = _get_env('LOG_FORMAT', '%(asctime)s - %(levelname)s - %(message)s')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user