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.`
856856 dns_worker_request_finished : {
857857 root : 'dns-worker' ,
858858 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' ,
859865 fields : {
860866 cached : {
861867 added : {
@@ -864,12 +870,6 @@ This event is useful for logging and tracking mail deliveries.`
864870 text : `Set to \`yes\` or \`no\` depending if it was a cached reply or not.` ,
865871 } ,
866872 } ,
867- text : `DNS request finished being processed by DNS worker process.`
868- } ,
869-
870- dns_request_finished : {
871- root : 'dns-client' ,
872- inherit : 'dns' ,
873873 text : `
874874DNS request sent by DNS client library to DNS worker process has been
875875finished.`
You can’t perform that action at this time.
0 commit comments