| Summary: | syslogd - enhancing and fixing debug mode output | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | Hellmuth Michaelis <hm> | ||||
| Component: | bin | Assignee: | freebsd-bugs (Nobody) <bugs> | ||||
| Status: | New --- | ||||||
| Severity: | Affects Some People | Keywords: | patch | ||||
| Priority: | --- | ||||||
| Version: | 10.3-STABLE | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
Created attachment 177799 [details] patch as diff -c The patch enhances and fixes debug information output when syslogd is called with debugging turned on (syslogd -d -F). System is FreeBSD 10.3-STABLE r309481. The changes are: - add a description to the debug output matrix of facilities, level and output types. - add a printout of the host (if any) in addition to the program printout. - fix an off-by-one error in printing the matrix.