FHNW-IVGI / Geoharvester

NDGI Project Geoharvester
10 stars 1 forks source link

[Bug] Server: Logs do not print to stdout #18

Closed FStriewski closed 1 year ago

FStriewski commented 1 year ago

Description

Fastapi logs print to terminal during startup but are not triggered in the endpoints (neither print() statements nor logger.info() etc). This might be a fastapi or docker issue. As interim solution fastapi is set to debug mode - you get errors in the endpoint code displayed when making requests via http://localhost:8000/docs.