diff --git a/octodns/cmds/args.py b/octodns/cmds/args.py index 89a30bd..ddfefc3 100644 --- a/octodns/cmds/args.py +++ b/octodns/cmds/args.py @@ -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