mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-22 22:56:29 +00:00
repmgr: pass explicitly provided log level when executing repmgr remotely
This makes it possible to return log output when executing repmgr remotely at a different level to the one defined in the remote repmgr's repmgr.conf. This is particularly useful when DEBUG output is required.
This commit is contained in:
@@ -194,6 +194,22 @@ conninfo='host=node1 user=repmgr dbname=repmgr connect_timeout=2'</programlistin
|
||||
been improved and error messages improved.
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>
|
||||
When executing &repmgr; remotely, if the &repmgr; log level was explicitly
|
||||
provided (with <option>-L</option>/<option>--log-level</option>), that log level
|
||||
will be passed to the remote &repmgr;.
|
||||
</para>
|
||||
<para>
|
||||
This makes it possible to return log output when executing repmgr
|
||||
remotely at a different level to the one defined in the remote
|
||||
&repmgr;'s <filename>repmgr.conf</filename>.
|
||||
</para>
|
||||
<para>
|
||||
This is particularly useful when <literal>DEBUG</literal> output is required.
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</para>
|
||||
</sect2>
|
||||
|
||||
Reference in New Issue
Block a user