Skip to content

Commit

Permalink
Also log dnstap-collector name, ...
Browse files Browse the repository at this point in the history
... when configured to do so
  • Loading branch information
wtoorop committed Oct 18, 2024
1 parent c1f64f5 commit 0f74c19
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dnstap/dnstap_collector.c
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,9 @@ void dt_collector_start(struct dt_collector* dt_col, struct nsd* nsd)
}
#ifdef HAVE_SETPROCTITLE
setproctitle("dnstap_collector");
#endif
#ifdef USE_LOG_PROCESS_ROLE
log_set_process_role("dnstap_collector");
#endif
/* Free serve process specific memory pages */
#ifdef RATELIMIT
Expand Down

0 comments on commit 0f74c19

Please sign in to comment.