Skip to content

Commit

Permalink
Demote 'Zone SOA is up-to-date' message to trace
Browse files Browse the repository at this point in the history
At Info level, it shows quite often (every time a record is cached).
  • Loading branch information
Geod24 committed Feb 15, 2022
1 parent 74bed64 commit 54c4597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/agora/node/Registry.d
Original file line number Diff line number Diff line change
Expand Up @@ -1040,7 +1040,7 @@ private struct ZoneData
this.axfrTransfer();
}
else
this.log.info("{}: Zone SOA is up-to-date", this.root.value);
this.log.trace("{}: Zone SOA is up-to-date", this.root.value);

auto refresh = (this.type == ZoneType.secondary)
? this.soa.refresh.seconds : this.soa_ttl.seconds;
Expand Down

0 comments on commit 54c4597

Please sign in to comment.