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

Increase log level when global resources are closed #2105

Merged
merged 2 commits into from
Feb 23, 2022

Conversation

idelpivnitskiy
Copy link
Member

Motivation:

Closing global resources (IoExecutor and Executor) is unexpected.
Users should have visibility when it happens.

Modifications:

  • Change log level from debug to info;
  • Add stack-trace to see where subscribe comes from;

Result:

Users can notice if they unexpectedly closed any of the global
resources.

Motivation:

Closing global resources (`IoExecutor` and `Executor`) is unexpected.
Users should have visibility when it happens.

Modifications:

- Change log level from `debug` to `info`;
- Add stack-trace to see where subscribe comes from;

Result:

Users can notice if they unexpectedly closed any of the global
resources.
@idelpivnitskiy idelpivnitskiy self-assigned this Feb 23, 2022
@idelpivnitskiy
Copy link
Member Author

All tests passed for the previous run, I will merge without waiting for CI, the last commit is trivial

@idelpivnitskiy idelpivnitskiy merged commit 2376910 into apple:main Feb 23, 2022
@idelpivnitskiy idelpivnitskiy deleted the log branch February 23, 2022 19:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants