-
Notifications
You must be signed in to change notification settings - Fork 2
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 console logging and tracebacks #105
Conversation
…s in tracebacks. Capture loggers and warnings from other libraries.
Thanks for doing this! I think it looks great overall. Something more for discussion here - should we suppress all INFO messages by default and provide it only when a verbose flag is set? I feel like on repeated runs, it does not provide any useful information If Jessica has the time, we should also get her feedback on this logging bit. |
Not looking good yet actually - opened an issue because I cannot seem to figure out what's going on Textualize/rich#3269 @dosu-bot - can you look into it? |
I would merge this as-is right now. Still beneficial to have it on master, even though it should be improved down the road. To improve:
|
@ibro45 Mind if I take a look at the Dataloader logging functionality? A lot of errors are usually spawned from this and it would be nice to have a more informed logging here. |
Everything else LGTM! |
Oh please do! We can merge it after then |
Lets merge this for now @ibro45 ? More improvements pending fix of Project-MONAI/MONAI#7451 |
Also addresses #104 and removes |
Description
warnings
standard libraryfire
,monai.bundle
, PL'sTrainer
, etc. This should be updated as we notice unnecessary module.This is what it currently looks like when you try to specify a non-existing class in the config.
Related Issue
Type of Change
Checklist
CODE_OF_CONDUCT.md
document.CONTRIBUTING.md
guide.make codestyle
.