Skip to content

Commit

Permalink
Fix message tag log level for Zone08
Browse files Browse the repository at this point in the history
  • Loading branch information
tgreenx committed Sep 20, 2023
1 parent 2f0775e commit 18d4187
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 18d4187

Please sign in to comment.