Hello.
When running the jam via `python3 server.py` it will show something like this, in which we can use it for debugging server modules.

I need to run the jam via gunicorn but still need access to these outputs.
Running `gunicorn --log-level debug --log-file gunicorn.log --capture-output wsgi` only shows logs from gunicorn, not from jam.
How should I set up the gunicorn and access the jam backend log?
Thank you.
Best Regards,
Moh. Sarip Hidayat