Skip to content

Commit

Permalink
Changelog note for #349, and put it at verbosity 5.
Browse files Browse the repository at this point in the history
- Merge #349: log file name before loading.
  • Loading branch information
wcawijngaards committed Jul 8, 2024
1 parent 9c865b2 commit 4955f02
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dbaccess.c
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ namedb_read_zonefile(struct nsd* nsd, struct zone* zone, udb_base* taskudb,
zone->nsec3_param = NULL;
#endif
delete_zone_rrs(nsd->db, zone);
VERBOSITY(9, (LOG_INFO, "zone %s zonec_read(%s)",
VERBOSITY(5, (LOG_INFO, "zone %s zonec_read(%s)",
zone->opts->name, fname));
errors = zonec_read(nsd->db, nsd->db->domains, zone->opts->name, fname, zone);
if(errors > 0) {
Expand Down
3 changes: 3 additions & 0 deletions doc/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
8 July 2024: Wouter
- Merge #349: log file name before loading.

5 July 2024: Wouter
- Fix #347: Adjust verbosity for TLS (+TCP) to be 5.
- Merge #348: Move TLS logging to verbosity level 5.
Expand Down
1 change: 1 addition & 0 deletions doc/RELNOTES
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ BUG FIXES:
- Merge #348: Move TLS logging to verbosity level 5.
- For #347: Also adjust verbosity of log message for remaining TCP
connections.
- Merge #349: log file name before loading.

4.10.0
================
Expand Down

0 comments on commit 4955f02

Please sign in to comment.