Skip to content

Commit 7601a29

Browse files
committed
data/events: Move "cached" field from dns_worker_request_finished event to dns_request_finished
It was accidentally added to wrong event.
1 parent decf9da commit 7601a29

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

data/events.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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: `
874874
DNS request sent by DNS client library to DNS worker process has been
875875
finished.`

0 commit comments

Comments
 (0)