[Bug 252095] logger not sending hostname or timestamp to loghost when using capsicum
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 12 May 2022 19:03:35 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252095 --- Comment #3 from Bryan Drewery <bdrewery@FreeBSD.org> --- I think a possible fix would be to add an API for passing hostname to syslog(3). Naming is just an example: openlog2(const char *ident, int logopt, int facility, const char *hostname) This could be kept set like the tag and facility already are. Then capsicum's syslog API could learn of it as well. -- You are receiving this mail because: You are the assignee for the bug.