NZJourneyMan

Results 2 issues of NZJourneyMan

Fix logging to work with python 2.6 o setLevel silently ignores non integers, so strings cannot be used. o getLogger at the top level needs to be 'root' if submodules...

setlevel() in the logging module for python2.6 requires an integer and silently fails if passed a string.