summaryrefslogtreecommitdiffstats
path: root/base/deploy/src/scriptlets/pkilogging.py
diff options
context:
space:
mode:
authorEndi Sukma Dewata <edewata@redhat.com>2012-11-13 23:00:07 -0500
committerEndi Sukma Dewata <edewata@redhat.com>2012-11-13 23:00:07 -0500
commitd2b3fbef7d8be7566a485e18654e3c8706a30212 (patch)
treedd99b495a426e6b9dc76c1c151570884f51f5e46 /base/deploy/src/scriptlets/pkilogging.py
parent9c4b80766a37f7873a6845009b68169a40b9777d (diff)
downloadpki-d2b3fbef7d8be7566a485e18654e3c8706a30212.tar.gz
pki-d2b3fbef7d8be7566a485e18654e3c8706a30212.tar.xz
pki-d2b3fbef7d8be7566a485e18654e3c8706a30212.zip
Refactored pkilogging.py.
Diffstat (limited to 'base/deploy/src/scriptlets/pkilogging.py')
-rw-r--r--base/deploy/src/scriptlets/pkilogging.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/base/deploy/src/scriptlets/pkilogging.py b/base/deploy/src/scriptlets/pkilogging.py
index 9b22ae39c..98bfebbed 100644
--- a/base/deploy/src/scriptlets/pkilogging.py
+++ b/base/deploy/src/scriptlets/pkilogging.py
@@ -24,6 +24,15 @@ import logging
import os
+# PKI Deployment Logger Variables
+pki_log = None
+pki_log_dir = None
+pki_log_name = None
+pki_log_level = None
+pki_console_log_level = None
+pki_jython_log_level = None
+
+
# PKI Deployment Logging Functions
def enable_pki_logger(log_dir, log_name, log_level, console_log_level, logger):
if not os.path.isdir(log_dir):