RedHatOfficial / rhsecapi

Tools that utilize the Red Hat Security Data API
GNU General Public License v3.0
61 stars 27 forks source link

Fix Log bug #67 #68

Open NZJourneyMan opened 7 years ago

NZJourneyMan commented 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