mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
dogtaginstance.py: add --debug to pkispawn
Since commits:0102d836f4
de217557a6
pkispawn will not honor the pki_log_level configuration item. All 10.9 Dogtag versions have these commits. This affects FreeIPA in that it makes debugging Dogtag installation issues next to impossible. Adding --debug to the pkispawn CLI is required to revert to the previous behavior. Fixes: https://pagure.io/freeipa/issue/8503 Signed-off-by: François Cami <fcami@redhat.com> Reviewed-By: Thomas Woerner <twoerner@redhat.com> Reviewed-By: Christian Heimes <cheimes@redhat.com> Reviewed-By: Rob Crittenden <rcritten@redhat.com>
This commit is contained in:
parent
c31bf3d430
commit
be7bf98b3b
@ -190,7 +190,8 @@ class DogtagInstance(service.Service):
|
|||||||
subsystem = self.subsystem
|
subsystem = self.subsystem
|
||||||
args = [paths.PKISPAWN,
|
args = [paths.PKISPAWN,
|
||||||
"-s", subsystem,
|
"-s", subsystem,
|
||||||
"-f", cfg_file]
|
"-f", cfg_file,
|
||||||
|
"--debug"]
|
||||||
|
|
||||||
with open(cfg_file) as f:
|
with open(cfg_file) as f:
|
||||||
logger.debug(
|
logger.debug(
|
||||||
|
Loading…
Reference in New Issue
Block a user