X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Fdash%2Fapp%2Fpal%2F__init__.py;h=1ea6db0facde2323823d4e61a6253fc2142fae52;hp=0eb2a4e79e3668522abbc5e52c000446174596de;hb=1efb9c180524bdb0bdccc612e182364821810fa5;hpb=ed0473f9ac01522470fb8a2260720214b72ca47f 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.")