dcmrtstruct2nii icon indicating copy to clipboard operation
dcmrtstruct2nii copied to clipboard

Set logging level

Open MattAWard opened this issue 9 months ago • 0 comments

I want to stop the module adding INFO messages to my log file. However, the module doesn't use its own logger rather the root logger (logging.basicConfig) and sets the level in the run() function, meaning that I cannot output to WARNING and above without editing the code itself. Is there a way to get around this?

MattAWard avatar Mar 14 '25 14:03 MattAWard