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