summaryrefslogtreecommitdiffstats
path: root/src/util/sss_log.c
Commit message (Collapse)AuthorAgeFilesLines
* UTIL: Free log message when using journaldJakub Hrozek2013-11-071-0/+2
|
* BE: Log domain name to journald if availableJakub Hrozek2013-09-181-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
* Add journald supportJakub Hrozek2013-09-181-0/+35
|
* Add sss_log() functionStephen Gallagher2010-07-091-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.