mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-11 00:31:56 -06:00
Enable replica install info logging to match ipa-server-install
Increase log level to info by setting verbose=True and adding a console format. Signed-off-by: Rob Crittenden <rcritten@redhat.com> https://pagure.io/freeipa/issue/7408 Reviewed-By: Christian Heimes <cheimes@redhat.com>
This commit is contained in:
parent
4cde696d71
commit
f4e37385b4
@ -81,7 +81,9 @@ ReplicaInstall = cli.install_tool(
|
||||
CompatServerReplicaInstall,
|
||||
command_name='ipa-replica-install',
|
||||
log_file_name=paths.IPAREPLICA_INSTALL_LOG,
|
||||
console_format='%(message)s',
|
||||
debug_option=True,
|
||||
verbose=True,
|
||||
)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user