diff --git a/template_python/constants.py b/template_python/constants.py index 36c0b02..792c79e 100644 --- a/template_python/constants.py +++ b/template_python/constants.py @@ -1,8 +1,8 @@ """Constants for codebases using this template.""" # Logging constants -LOGGING_FORMAT = "[%(asctime)s] %(levelname)s [%(module)s]: %(message)s" -LOGGING_DATE_FORMAT = "%d/%m/%Y | %H:%M:%S" +LOGGING_FORMAT = "[%(asctime)s] %(module)s.%(levelname)s: %(message)s" +LOGGING_DATE_FORMAT = "%d/%m/%Y|%H:%M:%S" LOGGING_LEVEL = "INFO" # Sphinx