1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00

Remove Dyn related logging quell

This commit is contained in:
Ross McFarland
2023-07-29 17:48:21 -07:00
parent 15390a6679
commit f94ae67d77

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