Work on hosted files and archive content and related bug fixes.

This commit is contained in:
Scott Idem
2021-08-08 15:47:32 -04:00
parent 4ea30cef62
commit 1dba813d4b
5 changed files with 20 additions and 15 deletions

View File

@@ -97,7 +97,7 @@ async def get_archive_content_obj(
by_alias: Optional[bool] = True,
exclude_unset: Optional[bool] = True,
):
log.setLevel(logging.WARNING) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
log.setLevel(logging.DEBUG) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
log.debug(locals())
obj_type = 'archive_content'

View File

@@ -38,7 +38,7 @@ async def upload_files(
by_alias: bool = True,
exclude_unset: bool = True,
):
log.setLevel(logging.WARNING) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
log.setLevel(logging.DEBUG) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
log.debug(locals())
account_id_random = account_id # This is for the account random str ID