Added new fields for posts related. Also cleaned up some of the code and logging.

This commit is contained in:
Scott Idem
2024-11-13 17:48:14 -05:00
parent 94a5a7386b
commit c78afbbc5c
3 changed files with 30 additions and 30 deletions

View File

@@ -11,7 +11,7 @@ from app.models.common_field_schema import base_fields, default_num_bytes
# ### BEGIN ### API Archive Content Models ### Archive_Content_Base() ###
class Archive_Content_Base(BaseModel):
log.setLevel(logging.INFO) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
log.setLevel(logging.WARNING) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
log.debug(locals())
# def testing(test_var=None):