mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
stdio-bridge: Add --quiet option
When we use stdio-bridge via sd-bus to connect to a bus of a different user, container or host, stdio-bridge should not log at error level but at debug level as it's invoked by the sd-bus library and sd-bus should generally not log above debug level. We can't actually use the --quiet option yet as that would break connecting to hosts running older versions of systemd but let's already add the option now in preparation for a brighter future.
This commit is contained in:
committed by
Zbigniew Jędrzejewski-Szmek
parent
0d91a204cb
commit
8bb6f4f164
@@ -69,6 +69,15 @@
|
||||
<xi:include href="version-info.xml" xpointer="v251"/></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>-q</option></term>
|
||||
<term><option>--quiet</option></term>
|
||||
|
||||
<listitem><para>Suppresses error logging on failure.</para>
|
||||
|
||||
<xi:include href="version-info.xml" xpointer="v259"/></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<xi:include href="standard-options.xml" xpointer="help" />
|
||||
<xi:include href="standard-options.xml" xpointer="version" />
|
||||
</variablelist>
|
||||
|
||||
Reference in New Issue
Block a user