Python app is not logging anything

Is there anything special I need to do to get stdout to print to logs? I’ve tried logging with print statements, logging with the logger module, but nothing ends up in the logs from my app.

I can give sample code but the app is incredibly simple. Basically just a print("Starting") and loading a nextcord client

1 Like