Currently, the backend's log messages don't have a timestamp for when they occurred, which would be useful for general debugging:
INFO: Started server process [1]
INFO: Waiting for application startup.
INFO: Application startup complete.
INFO: Uvicorn running on http://0.0.0.0:8000 (Press CTRL+C to quit)
Currently, the backend's log messages don't have a timestamp for when they occurred, which would be useful for general debugging: