rhsecapi icon indicating copy to clipboard operation
rhsecapi copied to clipboard

Fix Log bug #67

Open NZJourneyMan opened this issue 7 years ago • 0 comments

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

NZJourneyMan avatar Jul 31 '17 15:07 NZJourneyMan