Browse Source

Remove botocore logging quell, moved to octodns-route53

pull/1030/head
Ross McFarland 2 years ago
parent
commit
6a7d5349e0
No known key found for this signature in database GPG Key ID: 943B179E15D3B22A
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      octodns/cmds/args.py

+ 0
- 4
octodns/cmds/args.py View File

@ -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

Loading…
Cancel
Save