[systemd-devel] sd_journal_next always returns 0

2017-01-06 Thread kumaran ida
I wants to listen to remote journal logs ( logs which we receive from another machine, using systemd-journal-remote) and take some action accordingly. For that I wrote a small application which opens remote journal directory (sd_journal_open_directory (j,"/var/log/journal/remote/",0) and parse thro

[systemd-devel] Journal remote destination

2016-12-23 Thread kumaran ida
Hi ALL, I was looking into Journal remote and It looks like journal remote will only write the remote log which it receives to Journal file. Is there any reason why journal remote is supporting other destination option like syslog or console?. Can I submit a patch for syslog destination support?

[systemd-devel] Fwd: Query on Journald config

2016-11-08 Thread kumaran ida
Hi all, I am trying to understand journald features to the fullest. From my understanding currently journal listen to kernel message , syslog message and its own socket . Is there some way we can configure jounrald to not to listen to syslog or kernel message. Thank your time and patience __