General code clean up. More work on event tracking related

This commit is contained in:
Scott Idem
2022-02-15 16:05:29 -05:00
parent 003ffb4adf
commit df6e860620
8 changed files with 208 additions and 111 deletions

View File

@@ -20,7 +20,7 @@ from app.models.product_models import Product_Base
class Membership_Person_Base(BaseModel):
log.setLevel(logging.DEBUG)
log.setLevel(logging.INFO)
log.debug(locals())
id_random: Optional[str] = Field(