We are using the Jira Importer in a docker (compose) setup. A Project is created, but no epics and users.
When we check docker logs from the backend-container there is just a warning:
/opt/venv/lib/python3.11/site-packages/urllib3/connectionpool.py:1045: InsecureRequestWarning: Unverified HTTPS request is being made to host ‘our-old-jira’.
Is there any other place in the containers where we can see some error messages?
Thanks for any hints.