URL: https://github.com/SSSD/sssd/pull/5477
Author: sigv
 Title: #5477: DEBUG: Drop custom syslog identifier from journald
Action: edited

 Changed field: body
Original value:
"""
SYSLOG_IDENTIFIER should not use square brackets "[]" as a separator. As per 
the informational RFC 3164, square brackets in the TAG portion represent the 
process ID (PID).

If Journald is forwarded to Syslog and written in line with RFC 3164, the 
resulting lines would have contained TAG as:

- `sssd[sudo][1234]: `
- `sssd[be[EXAMPLE.COM]][1235]: `

This change replaces those respectively with

- `sssd(sudo)[1234]: `
- `sssd(be(EXAMPLE.COM))[1235]: `

This still allows parsing the SYSLOG_IDENTIFIER, if so preferred, while 
complying with RFC 3164 at the same time.
"""

_______________________________________________
sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org
To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedorahosted.org/archives/list/sssd-devel@lists.fedorahosted.org

Reply via email to