Skip to content

Commit

Permalink
Increase default debug level of certmonger
Browse files Browse the repository at this point in the history
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
tiran committed Jun 24, 2019
1 parent 6d02edd commit ac86707
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions client/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ ipa_join_LDADD = \
SUBDIRS = \
share \
man \
sysconfig \
$(NULL)

noinst_HEADERS = \
Expand Down
8 changes: 8 additions & 0 deletions client/sysconfig/Makefile.am
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)
1 change: 1 addition & 0 deletions client/sysconfig/certmonger
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
OPTS=-d2
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -509,6 +509,7 @@ AC_CONFIG_FILES([
client/Makefile
client/share/Makefile
client/man/Makefile
client/sysconfig/Makefile
contrib/completion/Makefile
contrib/Makefile
daemons/dnssec/Makefile
Expand Down
1 change: 1 addition & 0 deletions freeipa.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -1198,6 +1198,7 @@ fi
%{_sbindir}/ipa-join
%{_bindir}/ipa
%config %{_sysconfdir}/bash_completion.d
%config %{_sysconfdir}/sysconfig/certmonger
%{_mandir}/man1/ipa.1*
%{_mandir}/man1/ipa-getkeytab.1*
%{_mandir}/man1/ipa-rmkeytab.1*
Expand Down

0 comments on commit ac86707

Please sign in to comment.