Skip to content
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

[BUG] Unnecessarily verbose asyncio-related messages after termination #95

Open
pseusys opened this issue Mar 23, 2023 · 0 comments · May be fixed by #357
Open

[BUG] Unnecessarily verbose asyncio-related messages after termination #95

pseusys opened this issue Mar 23, 2023 · 0 comments · May be fixed by #357
Labels
bug Something isn't working

Comments

@pseusys
Copy link
Collaborator

pseusys commented Mar 23, 2023

When a tutorial launched in interactive mode or test is interrupted by user request (e.g. Ctrl + C), random amount of different log messages is written to console.
These are messages related to asyncio: unawaited coroutines, interrupted tasks, etc.
I don't think that's desired behavior, in fact that is annoying and may mislead user into thinking that he encountered a bug.

Any help and ideas on removing these messages (or just replacing them with something nice like "Framework terminated successfully!") will be greatly appreciated.

@pseusys pseusys added the bug Something isn't working label Mar 23, 2023
@pseusys pseusys changed the title Unnecessarily verbose asyncio-related messages after termination [BUG] Unnecessarily verbose asyncio-related messages after termination Mar 23, 2023
@RLKRo RLKRo linked a pull request Sep 16, 2024 that will close this issue
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant