|
@@ -47,10 +47,9 @@ For more Information read the sphinx documentation.""" % __name__.replace('_', '
|
47
|
47
|
__INTERPRETER__ = (3, )
|
48
|
48
|
"""The Tested Interpreter-Versions"""
|
49
|
49
|
|
50
|
|
-SHORT_FMT = "%(asctime)s: %(name)s - %(levelname)s - %(message)s"
|
|
50
|
+SHORT_FMT = "%(asctime)s: %(levelname)8s - %(name)s - %(message)s"
|
51
|
51
|
""" A short formatter including the most important information"""
|
52
|
|
-LONG_FMT = SHORT_FMT + \
|
53
|
|
- "\n File \"%(pathname)s\", line %(lineno)d, in %(funcName)s"
|
|
52
|
+LONG_FMT = SHORT_FMT + "\n File \"%(pathname)s\", line %(lineno)d, in %(funcName)s"
|
54
|
53
|
""" A long formatter which results in links to the source code inside Eclipse"""
|
55
|
54
|
MAX_FMT = """
|
56
|
55
|
%(name)s
|