<div dir="ltr"><div>As far as I know, only "[Service] LogLevelMax=notice" can hide those messages, but it also has the side effect of discarding *all* lower-level log messages generated by the service (even through syslog or journal APIs), so IMO it's kind of a last-resort option.</div><div><br></div><div>But if your services receive so many connections that these messages are overwhelming the system logs, they should probably be rewritten to accept connections internally (i.e. use systemd Accept=no or xinetd wait=yes, so that the service will receive the "listener" sockets from systemd, put them in a regular event loop) instead of starting a new instance for each connection.<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Aug 22, 2022 at 9:15 PM Allison Sherburne <<a href="mailto:allison.k.sherburne@gmail.com">allison.k.sherburne@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Hello,</div><div><br></div><div>I have recently ported a number of xinetd services to systemd socket-based services. The services are working as expected but my logs are now flooded with "systemd: Started ..." messages. Is there any way to tune the logging for these services to filter out these entries? <br></div></div>
</blockquote></div><br clear="all"><br>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr">Mantas Mikulėnas</div></div>