Difference between revisions of "Improve error handling/reporting"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
* | * Splash screen now shows package initialization | ||
* Classifying log levels | * Classifying log levels | ||
Line 6: | Line 6: | ||
** warning 30 | ** warning 30 | ||
** critical 50 | ** critical 50 | ||
*~800 print statements in VisTrails + 200 commented ones | *~800 print statements in VisTrails + 200 commented ones | ||
* | * Translating issues | ||
** core/upgradeworkflow.py | |||
* | *** debug.critical('Package cannot handle upgrade request. VisTrails will attempt automatic upgrade.') - Should it be critical? | ||
* | |||
** | |||
Revision as of 09:48, 12 November 2010
- Splash screen now shows package initialization
- Classifying log levels
- debug 10 (cannot be accessed by setting loglevel)
- log(info) 20
- warning 30
- critical 50
- ~800 print statements in VisTrails + 200 commented ones
- Translating issues
- core/upgradeworkflow.py
- debug.critical('Package cannot handle upgrade request. VisTrails will attempt automatic upgrade.') - Should it be critical?
- core/upgradeworkflow.py