wip: add new doc images

This commit is contained in:
Jayden
2024-07-21 12:31:04 -05:00
parent 7eb5003edc
commit 3173ab2f8d
5 changed files with 47 additions and 4 deletions

View File

@@ -26,7 +26,7 @@ from api.backend.auth.auth_router import auth_router
import traceback
logging.basicConfig(
level=logging.DEBUG,
level=logging.INFO,
format="%(levelname)s: %(asctime)s - %(name)s - %(message)s",
handlers=[logging.StreamHandler()],
)