From 7003c13ef8c7e7c3a55a545cbbad4039cc024a9f Mon Sep 17 00:00:00 2001 From: Dirk Alders Date: Mon, 27 May 2024 11:37:36 +0200 Subject: [PATCH] Minor FMT adaptions --- __init__.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/__init__.py b/__init__.py index 172596c..042684b 100644 --- a/__init__.py +++ b/__init__.py @@ -47,10 +47,9 @@ For more Information read the sphinx documentation.""" % __name__.replace('_', ' __INTERPRETER__ = (3, ) """The Tested Interpreter-Versions""" -SHORT_FMT = "%(asctime)s: %(name)s - %(levelname)s - %(message)s" +SHORT_FMT = "%(asctime)s: %(levelname)8s - %(name)s - %(message)s" """ A short formatter including the most important information""" -LONG_FMT = SHORT_FMT + \ - "\n File \"%(pathname)s\", line %(lineno)d, in %(funcName)s" +LONG_FMT = SHORT_FMT + "\n File \"%(pathname)s\", line %(lineno)d, in %(funcName)s" """ A long formatter which results in links to the source code inside Eclipse""" MAX_FMT = """ %(name)s