summaryrefslogtreecommitdiffstats
path: root/base/deploy/src/scriptlets/pkilogging.py
diff options
context:
space:
mode:
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):