fugue / credstash

A little utility for managing credentials in the cloud
Apache License 2.0
2.06k stars 215 forks source link

Credstash AttributeError error after upgrading to 1.16.2 #273

Closed geoffbp closed 4 years ago

geoffbp commented 4 years ago

06:32:54 Traceback (most recent call last): 06:32:54 File "/home/jenkins-slave/workspace/Build/AMI/application-container-host-ami@17/viator-packer-venv/bin/credstash", line 5, in 06:32:54 from credstash import main 06:32:54 File "/home/jenkins-slave/workspace/Build/AMI/application-container-host-ami@17/viator-packer-venv/bin/credstash.py", line 83, in 06:32:54 setup_logging(logging.WARNING, 'credstash.log') 06:32:54 File "/home/jenkins-slave/workspace/Build/AMI/application-container-host-ami@17/viator-packer-venv/bin/credstash.py", line 73, in setup_logging 06:32:54 if logger.hasHandlers(): 06:32:54 AttributeError: 'Logger' object has no attribute 'hasHandlers'

vrgurus commented 4 years ago

@geoffbp, I think is all related to same change made for logger. See #271

eisjcormier commented 4 years ago

what is the plan for fixing this or reverting the logging changes?

mike-luminal commented 4 years ago

Resolved by #279.