<div dir="ltr"><div dir="ltr">Hi,<div><br></div><div>I'm running BIRD on Arista switch that allows entering bash. What I want to achieve is to have logs from BIRD being integrated into Switch OS. Meaning when BIRD logs a message it will appear in the output of 'show logging'</div><div><br></div><div>From switch documentation I know it is possible, but it needs to set a certain "facility" parameter when running C function "openlog"</div><div><br></div><div>From BIRD source code for sysdep/unix/log.c:</div><div></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">if (new_syslog_name)<br>  {<br>    current_syslog_name = xstrdup(new_syslog_name);<br>    <b>openlog(current_syslog_name, LOG_CONS | LOG_NDELAY, LOG_DAEMON);<br></b>  }</blockquote><div><br></div><div>What I need is instead of having LOG_DAEMON I need LOG_LOCAL4</div><div><br></div><div>Is it possible to set this via BIRD configuration or only way is to compile from source to achieve this? Perhaps there is another way to achieve that logging behavior?</div><div><br></div><div>Kind regards</div><div>-- <div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><span><div dir="ltr"><table style="border:none;border-collapse:collapse"><colgroup><col width="497"></colgroup><tbody><tr style="height:65pt"><td style="vertical-align:top;padding:5pt"><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="font-size:10pt;font-family:Arial;color:rgb(102,102,102);background-color:transparent;font-weight:700;vertical-align:baseline;white-space:pre-wrap">Kuba</span></p></td></tr></tbody></table></div><div><span style="font-size:8pt;font-family:Arial;color:rgb(210,215,220);background-color:transparent;vertical-align:baseline;white-space:pre-wrap"><br></span></div></span></div></div></div></div></div></div></div></div></div></div>