dbic / heudiconv

little helper to ease DICOM conversion to ready-to-share folder with heuristics
Other
0 stars 1 forks source link

lower/disable nipype logging level #13

Closed yarikoptic closed 7 years ago

yarikoptic commented 7 years ago

ATM nipype logs "leak" into ours without us controlling them (from embedder etc), as such they aren't very useful/informative either for us

INFO: Executing node convert in dir: /tmp/heudiconvdcmy0IYHp/convert
INFO: Running: dcm2niix -b y -z i -x n -t n -m n -f func -o /tmp/heudiconvdcmy0IYHp/convert -s n -v n /tmp/heudiconvdcmy0IYHp/convert/000001.dcm
INFO: Executing node embedder in dir: /tmp/heudiconvdcmy0IYHp/embedder
INFO: Runtime memory and threads stats unavailable

I think it would be nice to at least raise nipype's log level to WARN if our level is not DEBUG

yarikoptic commented 7 years ago

done, including datalad logging in a2ad180dbef257e3e1ae2a8e3c28c05ea45750a3