<div dir="auto">Awesome, thanks! <div dir="auto"><br><div dir="auto">Also, where can I find the code section where services And kernel logs to journald?</div><div dir="auto">After tracing from 'main' at journald.c I came across the part where various sockets are opened and validated (/run/systemd/journal/stdout, /dev/kmsg, /dev/log ) for journald to listen to logs of systemd services and kernel. That is the server side part.</div><div dir="auto"><br></div><div dir="auto">Where can I find the client side journald code where services and kernel sends their logs to journal.</div><div dir="auto"><br></div><div dir="auto">Nishant</div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, 29 Aug 2021, 18:39 Michael Chapman, <<a href="mailto:mike@very.puzzling.org">mike@very.puzzling.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Sun, 29 Aug 2021, Nishant Nayan wrote:<br>
> Also I was wondering where in the code does journald.config file changes<br>
> are parsed?<br>
> For example in the above code , the line :-<br>
>       if (s->storage == STORAGE_PERSISTENT)<br>
> Here, s->storage corresponds to 'Storage' option of conf file right?<br>
> How is it getting set when we edit the conf file?<br>
<br>
The configuration files are loaded in server_parse_config_file(). The <br>
actual code that maps keys in the files to variables in the program is <br>
generated by gperf [1] from the journald-gperf.gperf source file.<br>
<br>
[1] <a href="https://www.gnu.org/software/gperf/manual/html_node/index.html" rel="noreferrer noreferrer" target="_blank">https://www.gnu.org/software/gperf/manual/html_node/index.html</a><br>
<br>
> Also, on doing "ls /run/log/journal/machine_id/"<br>
> I can see output as following<br>
> <some_big_number>.journal<br>
> <some_another_big_number>.journal<br>
> .<br>
> .<br>
> .<br>
> system.journal<br>
> <br>
> Is 'system.journal' is the currently active journal and rest are archived<br>
> journals?<br>
<br>
That's correct.<br>
</blockquote></div>