Open NZJourneyMan opened 7 years ago
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 are to inherit correctly.
Tidied up the library logging definition to inherit from the root logger.
Addresses Issue: #67
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 are to inherit correctly.
Tidied up the library logging definition to inherit from the root logger.
Addresses Issue: #67