Bug fix for post lists

This commit is contained in:
Scott Idem
2021-07-20 14:02:08 -04:00
parent 6216c3786c
commit 50a8ce271d
3 changed files with 4 additions and 4 deletions

View File

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