From 6a7d5349e0a0b69a64a90eaa00fdd0c6f3bc759e Mon Sep 17 00:00:00 2001 From: Ross McFarland Date: Sat, 29 Jul 2023 18:02:10 -0700 Subject: [PATCH] Remove botocore logging quell, moved to octodns-route53 --- octodns/cmds/args.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/octodns/cmds/args.py b/octodns/cmds/args.py index ddfefc3..52b42da 100644 --- a/octodns/cmds/args.py +++ b/octodns/cmds/args.py @@ -101,7 +101,3 @@ class ArgumentParser(_Base): # we still want plans to come out during quite so set the plan # logger output to info in case the PlanLogger is being used getLogger('Plan').setLevel(INFO) - - # TODO: these should move out of octoDNS core... - # boto is noisy, set it to warn - getLogger('botocore').level = WARNING