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
logging._levelNames has probably been renamed to logging._nameToLevel.
Traceback (most recent call last): File "/tmp/beeswax-api/beeswax/tools/augmentor/augmentor/augmentor_requests_generator.runfiles/beeswaxio/beeswax/tools/augmentor/augmentor_requests_generator.py", line 180, in <module> sys.exit(main()) File "/tmp/beeswax-api/beeswax/tools/augmentor/augmentor/augmentor_requests_generator.runfiles/beeswaxio/beeswax/tools/augmentor/augmentor_requests_generator.py", line 96, in main logger.setLevel(logging._levelNames[opts.log_level.upper()]) AttributeError: module 'logging' has no attribute '_levelNames'
The text was updated successfully, but these errors were encountered:
logging._levelNames
has probably been renamed tologging._nameToLevel
.Traceback (most recent call last): File "/tmp/beeswax-api/beeswax/tools/augmentor/augmentor/augmentor_requests_generator.runfiles/beeswaxio/beeswax/tools/augmentor/augmentor_requests_generator.py", line 180, in <module> sys.exit(main()) File "/tmp/beeswax-api/beeswax/tools/augmentor/augmentor/augmentor_requests_generator.runfiles/beeswaxio/beeswax/tools/augmentor/augmentor_requests_generator.py", line 96, in main logger.setLevel(logging._levelNames[opts.log_level.upper()]) AttributeError: module 'logging' has no attribute '_levelNames'
The text was updated successfully, but these errors were encountered: