jni / ray

Automatic segmentation of electron microscopy volumes
Other
31 stars 10 forks source link

change verbosity using logging module #9

Open jni opened 13 years ago

jni commented 13 years ago

Current implementation of the --verbose flag in most of the ray pipeline is an ad-hoc implementation that is clunky and difficult to expand upon. The python built-in logging module offers a very natural interface for this use case. Therefore, all --verbose and --debug flags should be implemented using this module.