Skip to content

Commit

Permalink
Merge pull request #1295 from tgreenx/fix-zone08-loglevel
Browse files Browse the repository at this point in the history
Fix message tag log level for Zone08
  • Loading branch information
tgreenx authored Oct 10, 2023
2 parents 681c717 + 18d4187 commit 2ac99ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion share/profile.json
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@
"MNAME_IS_CNAME" : "NOTICE",
"MNAME_IS_NOT_CNAME" : "INFO",
"MULTIPLE_SOA" : "ERROR",
"MX_RECORD_IS_CNAME" : "INFO",
"MX_RECORD_IS_CNAME" : "ERROR",
"MX_RECORD_IS_NOT_CNAME" : "INFO",
"NO_RESPONSE" : "DEBUG",
"NO_RESPONSE_MX_QUERY" : "DEBUG",
Expand Down
2 changes: 1 addition & 1 deletion share/profile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ test_levels:
MNAME_IS_CNAME: NOTICE
MNAME_IS_NOT_CNAME: INFO
MULTIPLE_SOA: ERROR
MX_RECORD_IS_CNAME: INFO
MX_RECORD_IS_CNAME: ERROR
MX_RECORD_IS_NOT_CNAME: INFO
NO_RESPONSE: DEBUG
NO_RESPONSE_MX_QUERY: DEBUG
Expand Down
2 changes: 1 addition & 1 deletion t/profiles/Test-all-levels.json
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@
"MNAME_NO_RESPONSE" : "NOTICE",
"MNAME_RECORD_DOES_NOT_EXIST" : "WARNING",
"MX_RECORD_EXISTS" : "INFO",
"MX_RECORD_IS_CNAME" : "INFO",
"MX_RECORD_IS_CNAME" : "ERROR",
"MX_RECORD_IS_NOT_CNAME" : "INFO",
"NO_MX_RECORD" : "NOTICE",
"NO_RESPONSE_SOA_QUERY" : "DEBUG",
Expand Down

0 comments on commit 2ac99ca

Please sign in to comment.