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

Exception import logging #823

Open
nalsandori opened this issue Oct 27, 2022 · 0 comments
Open

Exception import logging #823

nalsandori opened this issue Oct 27, 2022 · 0 comments

Comments

@nalsandori
Copy link

nalsandori commented Oct 27, 2022

I used IronPython V2.7.12 on WPF.
If I operate the code below, the message is printed well.

import logging
logging.warning("warning message")
logging.error("error message")

But the following exceptions occur:

Exception Traceback (most recent call last):
File "...\Lib\threading.py", line 1101, in _exitfunc
File "...\Lib\threading.py", line 893, in _Thread__delete
KeyError: 26 ignored

Can I ignore messages?

Development Environment

  • VS 2022 on Windows 10
  • .NET Framework 4.7.2
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

No branches or pull requests

1 participant