Clean up of Impexium import of specific page.

This commit is contained in:
Scott Idem
2023-03-15 17:51:33 -04:00
parent b9be0a70af
commit 2fa27cafbb
2 changed files with 3 additions and 3 deletions

View File

@@ -200,7 +200,7 @@ def common_route_params_min(
# exclude: Optional[list] = [], # Leaving this and include commented out
# include: Optional[list] = [], # Leaving this and exclude commented out
response: Response = Response,
log_lvl: int = logging.DEBUG, # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
log_lvl: int = logging.WARNING, # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
) -> Common_Route_Params:
log.setLevel(log_lvl)
log.debug(locals())
@@ -373,7 +373,7 @@ def return_full_tmp_path(
subdir_path: str = None,
filename: str = None,
) -> bool|str:
log.setLevel(logging.INFO) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
log.setLevel(logging.WARNING) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
log.debug(locals())
hosted_tmp_path = settings.FILES_PATH['hosted_tmp_root']