Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-09-18 | BE: Log domain name to journald if available | Jakub Hrozek | 1 | -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-18 | Add journald support | Jakub Hrozek | 1 | -0/+35 | |
2010-07-09 | Add sss_log() function | Stephen Gallagher | 1 | -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. |