Browse Source

File load success is too verbose

Signed-off-by: Christian Funkhouser <cfunkhouser@heroku.com>
pull/336/head
Christian Funkhouser 7 years ago
parent
commit
3bc0e0ad3e
No known key found for this signature in database GPG Key ID: 6894A9878C7FB782
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      octodns/provider/yaml.py

+ 1
- 1
octodns/provider/yaml.py View File

@ -59,7 +59,7 @@ class YamlProvider(BaseProvider):
record = Record.new(zone, name, d, source=self,
lenient=lenient)
zone.add_record(record, lenient=lenient)
self.log.info(
self.log.debug(
'_populate_from_file: successfully loaded "%s"', filename)
def populate(self, zone, target=False, lenient=False):


Loading…
Cancel
Save