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

File load success is too verbose

Signed-off-by: Christian Funkhouser <cfunkhouser@heroku.com>
This commit is contained in:
Christian Funkhouser
2019-04-04 09:35:58 -04:00
parent 81d9c083fc
commit 3bc0e0ad3e

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):