Closed robomotic closed 1 month ago
Thanks for reporting. Yeah, I noticed this. It's an upstream issue that I'll need to take a look.
Temporary fix in the svc/init.py:
import logging
import sys
# Set default logging value to debug
logging.basicConfig(level=logging.INFO)
# disabling due to: https://github.com/pyca/bcrypt/issues/684
logging.getLogger('passlib').setLevel(logging.ERROR)
logging.info("Running service with Python %s", sys.version)
This has been patched https://github.com/rednafi/fastapi-nano/pull/316
Nice project, when I do: make run-local:
I think is just an issue with that version.