On Tue, Sep 10, 2013 at 07:35:05PM +0200, Jakub Hrozek wrote:
Hi,
attached are two small patches I wrote when I was checking whether Fedora's move to journald affects us or not. Patch #1 adds a new configure option, that, if enabled, routes logging via journald's API. No change in logging format is present in this patch. You need to have systemd-devel installed -- if the patches are accepted I'll amend the specfile as well, but I didn't want to waste time now.
Patch #2 adds acts as kind of a demonstration of journald's extended capabilities. The patch adds a new field that contains SSSD domain name and makes it easy to distinguish log messages coming from different domains with: # journalctl SSSD_DOMAIN=foo.example.com
Rebased on current master.