Minor FMT adaptions
This commit is contained in:
parent
b53dd30eae
commit
7003c13ef8
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user