forked from freeipa/freeipa
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increase default debug level of certmonger
By default certmonger does not log operations. With debug level 2, certmonger logs errors and operations to journald. An increased debug level makes it easier to investigate problems. Fixes: https://pagure.io/freeipa/issue/7986 Signed-off-by: Christian Heimes <[email protected]> Reviewed-By: Alexander Bokovoy <[email protected]> Reviewed-By: Rob Crittenden <[email protected]>
- Loading branch information
Showing
5 changed files
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -92,6 +92,7 @@ ipa_join_LDADD = \ | |
SUBDIRS = \ | ||
share \ | ||
man \ | ||
sysconfig \ | ||
$(NULL) | ||
|
||
noinst_HEADERS = \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# This file will be processed with automake-1.7 to create Makefile.in | ||
# | ||
AUTOMAKE_OPTIONS = 1.7 | ||
|
||
dist_sysconfenv_DATA = \ | ||
certmonger | ||
|
||
CLEANFILES = $(nodist_sysconfenv_DATA) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
OPTS=-d2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters