You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python 2.6 has a number of different areas:
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 follow the root logger.
Addresses Issue: RedHatOfficial#67
setlevel() in the logging module for python2.6 requires an integer and silently fails if passed a string.
The text was updated successfully, but these errors were encountered: