From 62067fff81d4240bedbe8b3871809fb63964c3ba Mon Sep 17 00:00:00 2001 From: YuanTingHsieh Date: Wed, 1 May 2024 14:27:49 -0700 Subject: [PATCH] Update monai readme to remove logging.conf --- .../monai/examples/spleen_ct_segmentation_local/README.md | 7 +++++++ .../monai/examples/spleen_ct_segmentation_sim/README.md | 6 ++++++ 2 files changed, 13 insertions(+) diff --git a/integration/monai/examples/spleen_ct_segmentation_local/README.md b/integration/monai/examples/spleen_ct_segmentation_local/README.md index bd7d481316..a1ce642581 100644 --- a/integration/monai/examples/spleen_ct_segmentation_local/README.md +++ b/integration/monai/examples/spleen_ct_segmentation_local/README.md @@ -67,6 +67,13 @@ The final folder structure under `JOB_NAME` will be: └── meta.json ``` + +The logging.conf inside the bundle will overwrite the logger behavior, so let's remove it: + +``` +rm ./${JOB_NAME}/app/config/spleen_ct_segmentation/configs/logging.conf +``` + ## 2. Download the data Download the spleen CT data from the [MSD challenge](http://medicaldecathlon.com/) and update data path. diff --git a/integration/monai/examples/spleen_ct_segmentation_sim/README.md b/integration/monai/examples/spleen_ct_segmentation_sim/README.md index e7b8dd03ed..397c49761f 100644 --- a/integration/monai/examples/spleen_ct_segmentation_sim/README.md +++ b/integration/monai/examples/spleen_ct_segmentation_sim/README.md @@ -54,6 +54,12 @@ The final folder structure under `JOB_NAME` will be: └── meta.json ``` +The logging.conf inside the bundle will overwrite the logger behavior, so let's remove it: + +``` +rm ./${JOB_NAME}/app/config/spleen_ct_segmentation/configs/logging.conf +``` + ### 2. Download the data Download the spleen CT data from the [MSD challenge](http://medicaldecathlon.com/) and update data path.