aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/dash/app/pal/__init__.py
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2022-08-19 14:42:23 +0200
committerTibor Frank <tifrank@cisco.com>2022-08-19 13:25:46 +0000
commit1efb9c180524bdb0bdccc612e182364821810fa5 (patch)
tree9f5e8c1b6fe238ffef09118d037e2f60190a3fac /resources/tools/dash/app/pal/__init__.py
parented0473f9ac01522470fb8a2260720214b72ca47f (diff)
UTI: Add Summary to News
Change-Id: Ifa3882b36976183f628d2e3171061945ab33bf29 Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools/dash/app/pal/__init__.py')
-rw-r--r--resources/tools/dash/app/pal/__init__.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/resources/tools/dash/app/pal/__init__.py b/resources/tools/dash/app/pal/__init__.py
index 0eb2a4e79e..1ea6db0fac 100644
--- a/resources/tools/dash/app/pal/__init__.py
+++ b/resources/tools/dash/app/pal/__init__.py
@@ -27,9 +27,9 @@ def init_app():
"""
logging.basicConfig(
- format=u"%(asctime)s: %(levelname)s: %(message)s",
- datefmt=u"%Y/%m/%d %H:%M:%S",
- level=logging.INFO
+ format=C.LOG_FORMAT,
+ datefmt=C.LOG_DATE_FORMAT,
+ level=C.LOG_LEVEL
)
logging.info("Application started.")