-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Only log exceptions when caught (#350)
- Loading branch information
Showing
5 changed files
with
28 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,6 @@ | |
"command_issued": "zone create example.org [email protected] ns1.example.org # should require force because ns1 is unknown", | ||
"ok": [], | ||
"warning": [ | ||
"Host ns1.example.org not found.", | ||
"ns1.example.org is not in mreg, must force" | ||
], | ||
"error": [], | ||
|
@@ -41,9 +40,7 @@ | |
"ok": [ | ||
"Created zone example.org" | ||
], | ||
"warning": [ | ||
"Host ns1.example.org not found." | ||
], | ||
"warning": [], | ||
"error": [], | ||
"output": [], | ||
"api_requests": [ | ||
|
@@ -210,10 +207,9 @@ | |
"command": "zone set_ns example.org ns2.example.org", | ||
"command_filter": null, | ||
"command_filter_negate": false, | ||
"command_issued": "zone set_ns example.org ns2.example.org # requires force because ns2 is unknown", | ||
"command_issued": "zone set_ns example.org ns2.example.org # requires force because ns2 is unknown", | ||
"ok": [], | ||
"warning": [ | ||
"Host ns2.example.org not found.", | ||
"ns2.example.org is not in mreg, must force" | ||
], | ||
"error": [], | ||
|
@@ -271,9 +267,7 @@ | |
"ok": [ | ||
"Updated nameservers for example.org" | ||
], | ||
"warning": [ | ||
"Host ns2.example.org not found." | ||
], | ||
"warning": [], | ||
"error": [], | ||
"output": [], | ||
"api_requests": [ | ||
|
@@ -15283,9 +15277,7 @@ | |
"ok": [ | ||
"Created zone delegation wut.example.org" | ||
], | ||
"warning": [ | ||
"Host ns2.example.org not found." | ||
], | ||
"warning": [], | ||
"error": [], | ||
"output": [], | ||
"api_requests": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters