summaryrefslogtreecommitdiffstats
path: root/base/deploy/src/pkispawn
diff options
context:
space:
mode:
authorAde Lee <alee@redhat.com>2012-12-04 11:25:55 -0500
committerEndi Sukma Dewata <edewata@redhat.com>2012-12-04 11:56:25 -0500
commitb2e265466c6b183b707f9a1a8495e31cb121ddfd (patch)
tree5d46516ecad2450022d78ebc5a83f1c61d83a33b /base/deploy/src/pkispawn
parent71979729a3b5084d27057f9c83d43a4452888994 (diff)
downloadpki-b2e265466c6b183b707f9a1a8495e31cb121ddfd.tar.gz
pki-b2e265466c6b183b707f9a1a8495e31cb121ddfd.tar.xz
pki-b2e265466c6b183b707f9a1a8495e31cb121ddfd.zip
Interpolation correction patch based on review commentsalee-95
Diffstat (limited to 'base/deploy/src/pkispawn')
-rwxr-xr-xbase/deploy/src/pkispawn16
1 files changed, 3 insertions, 13 deletions
diff --git a/base/deploy/src/pkispawn b/base/deploy/src/pkispawn
index 79ab1b230..21da9aef7 100755
--- a/base/deploy/src/pkispawn
+++ b/base/deploy/src/pkispawn
@@ -135,21 +135,11 @@ def main(argv):
config.pki_log.error(log.PKI_UNABLE_TO_PARSE_1, rv,
extra=config.PKI_INDENTATION_LEVEL_0)
sys.exit(1)
- else:
- # NEVER print out 'sensitive' name/value pairs!!!
- config.pki_log.debug(log.PKI_DICTIONARY_COMMON,
- extra=config.PKI_INDENTATION_LEVEL_0)
- config.pki_log.debug(log.PKI_DICTIONARY_WEB_SERVER,
- extra=config.PKI_INDENTATION_LEVEL_0)
- config.pki_log.debug(pkilogging.format(config.pki_web_server_dict),
- extra=config.PKI_INDENTATION_LEVEL_0)
- config.pki_log.debug(log.PKI_DICTIONARY_SUBSYSTEM,
- extra=config.PKI_INDENTATION_LEVEL_0)
- config.pki_log.debug(pkilogging.format(config.pki_subsystem_dict),
- extra=config.PKI_INDENTATION_LEVEL_0)
# NEVER print out 'sensitive' name/value pairs!!!
- config.pki_log.debug(log.PKI_DICTIONARY_COMMON,
+ config.pki_log.debug(log.PKI_DICTIONARY_DEFAULT,
+ extra=config.PKI_INDENTATION_LEVEL_0)
+ config.pki_log.debug(pkilogging.format(config.pki_default_dict),
extra=config.PKI_INDENTATION_LEVEL_0)
config.pki_log.debug(log.PKI_DICTIONARY_WEB_SERVER,
extra=config.PKI_INDENTATION_LEVEL_0)