-
Notifications
You must be signed in to change notification settings - Fork 158
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
Logging #176
Comments
It would be really cool if the executor timed futures and logged a warning when they take an unusually long time. |
I want to add some logging to both reactor and executor but need concrete suggestions:
|
Wouldn't logging output and formatting be handled by the application through something like
The
I'm not completely sure, especially because I don't know what It would be great to have warnings for common mistakes or other things that might seem amiss if there are ways to misuse If I were a |
+1 for |
rustc is using |
I'd like to use |
|
We should have some traces in the reactor or executor
The text was updated successfully, but these errors were encountered: