[Bug 255664] [patch] syslog.3 - add detail about LOG_PID
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon May 10 15:07:19 UTC 2021
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255664
Fernando Apesteguía <fernape at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|New |In Progress
CC| |fernape at FreeBSD.org
Assignee|bugs at FreeBSD.org |fernape at FreeBSD.org
--- Comment #3 from Fernando Apesteguía <fernape at FreeBSD.org> ---
According to lib/libc/gen/syslog.c
...
(void)fprintf(fp, "%s ", LogTag == NULL ? NILVALUE : LogTag);
/*
* Provide the process ID regardless of whether LOG_PID has been
* specified, as it provides valuable information. Many
* applications tend not to use this, even though they should.
*/
...
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-doc
mailing list