Clean up
This commit is contained in:
@@ -17,7 +17,7 @@ from app.models.organization_models import Organization_Base
|
||||
|
||||
# ### BEGIN ### API Person Models ### Person_Base() ###
|
||||
class Person_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(
|
||||
|
||||
Reference in New Issue
Block a user