Remove Dyn related logging quell

This commit is contained in:
Ross McFarland
2023-07-29 17:48:21 -07:00
parent 15390a6679
commit f94ae67d77
-2
View File
@@ -105,5 +105,3 @@ class ArgumentParser(_Base):
# TODO: these should move out of octoDNS core...
# boto is noisy, set it to warn
getLogger('botocore').level = WARNING
# DynectSession is noisy too
getLogger('DynectSession').level = WARNING