File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -856,6 +856,12 @@ This event is useful for logging and tracking mail deliveries.`
856
856
dns_worker_request_finished : {
857
857
root : 'dns-worker' ,
858
858
inherit : 'dns' ,
859
+ text : `DNS request finished being processed by DNS worker process.`
860
+ } ,
861
+
862
+ dns_request_finished : {
863
+ root : 'dns-client' ,
864
+ inherit : 'dns' ,
859
865
fields : {
860
866
cached : {
861
867
added : {
@@ -864,12 +870,6 @@ This event is useful for logging and tracking mail deliveries.`
864
870
text : `Set to \`yes\` or \`no\` depending if it was a cached reply or not.` ,
865
871
} ,
866
872
} ,
867
- text : `DNS request finished being processed by DNS worker process.`
868
- } ,
869
-
870
- dns_request_finished : {
871
- root : 'dns-client' ,
872
- inherit : 'dns' ,
873
873
text : `
874
874
DNS request sent by DNS client library to DNS worker process has been
875
875
finished.`
You can’t perform that action at this time.
0 commit comments