-
Notifications
You must be signed in to change notification settings - Fork 68
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
Train Log file is missing information show at the console #658
Comments
Hi @AHarouni , May I know how do you collect the Thanks. |
Hi @AHarouni, @Nic-Ma, try to fix the issue in Project-MONAI/MONAI#8142
|
… the bundle (#8142) Fix Project-MONAI/model-zoo#658, part of #7513 ### Description Enable redirection of all loggers by configuring a FileHandler within the bundle ### Types of changes <!--- Put an `x` in all the boxes that apply, and remove the not applicable items --> - [x] Non-breaking change (fix or new feature that would not break existing functionality). - [ ] Breaking change (fix or new feature that would cause existing functionality to change). - [ ] New tests added to cover the changes. - [ ] Integration tests passed locally by running `./runtests.sh -f -u --net --coverage`. - [ ] Quick tests passed locally by running `./runtests.sh --quick --unittests --disttests`. - [ ] In-line docstrings updated. - [ ] Documentation updated, tested `make html` command in the `docs/` folder. --------- Signed-off-by: YunLiu <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
To enable logging output from MONAI, users can modify the logging.conf file as follows:
cc @AHarouni |
Describe the bug
Log files generated doesn't include all lines shown on the console
To Reproduce
I testing this on vista3d and whole body bundle. Run a training job see output on the console showing lines as
however the log file will show only
Expected behavior
The file log should show exactly the same as what is on the console.
Additional context
I have tried changing the loggin.config file but it seems the monai bundle is loading logging config from else where.
The text was updated successfully, but these errors were encountered: