Working on file uploads and event files.

This commit is contained in:
Scott Idem
2021-10-06 23:15:09 -04:00
parent ec401056b2
commit c96459a128
2 changed files with 7 additions and 1 deletions

View File

@@ -14,7 +14,7 @@ from app.models.organization_models import Organization_Base
class Event_Person_Profile_Base(BaseModel):
log.setLevel(logging.DEBUG) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
log.setLevel(logging.INFO) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
log.debug(locals())
id_random: Optional[str] = Field(