Added new fields for posts related. Also cleaned up some of the code and logging.
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user