summaryrefslogtreecommitdiff
path: root/src/util/sss_log.c
AgeCommit message (Collapse)AuthorFilesLines
2013-09-18BE: Log domain name to journald if availableJakub Hrozek1-0/+7
If the SSSD is compiled with journald support, then all sss_log() statements will include a new field called "SSSD_DOMAIN" that includes the domain name. Filtering only messages from the single domain is then as easy as: # journalctl SSSD_DOMAIN=foo.example.com
2013-09-18Add journald supportJakub Hrozek1-0/+35
2010-07-09Add sss_log() functionStephen Gallagher1-0/+69
Right now, this log function writes to the syslog. In the future, it could be modified to work with ELAPI or another logging API.