Replies: 1 comment
-
Have you ever tried to set env variables PYTHONUNBUFFERED=1? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I have a question that I think should be simple, but I can't seem to get it to work.
I'm using a
docker-compose
file to start my server, and everything is working well from a functionality perspective. However, I'm not seeing any logs after thelitestar-1 | INFO: Uvicorn running on http://0.0.0.0:8000 (Press CTRL+C to quit)
message.I've tried tweaking various settings, but nothing has worked so far.
Here is my dockerfile and compose file, any light on this subject is apperciated.
I have this api to test logging:
Failed to see any log. (I do get a
{"status": "ok"}
from server.)I am using
to create logger, and the config file looks like this:
Beta Was this translation helpful? Give feedback.
All reactions