-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve how internal errors are propagated to users and when debugging issues #2738
Comments
(perfect 👍 thank you) |
@sdispater Is there some processing missing here? PyPI: No release information found for django-1.1.2, skipping
PyPI: 1 packages found for django >=3.0.8,<4.0.0
<debug>PackageInfo:</debug> Invalid constraint (asgiref (~=3.2)) found in django-3.0.8 dependencies, skipping
1: fact: django (3.0.8) depends on pytz (*)
1: fact: django (3.0.8) depends on sqlparse (>=0.2.2) I was expecting |
@abn It's rendered correctly on my end: |
Strange. Not sure why that single debug won't render as expected on mine. Will debug later then. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
As things stand today, the internal errors that happen when issues like #2737 #2734 are encountered are lost to the logger.
poetry/poetry/inspection/info.py
Lines 153 to 160 in cae154c
This needs to be improved such that we use an application level logger with an option to generate debug logs if/when required without interfering with the CLI UX.
The text was updated successfully, but these errors were encountered: