Fix log formatting for longer file names
This commit is contained in:
@@ -131,7 +131,7 @@ def main(sysArgs: list | None = None):
|
|||||||
elif inOpt == "--debug":
|
elif inOpt == "--debug":
|
||||||
CONFIG.isDebug = True
|
CONFIG.isDebug = True
|
||||||
logLevel = logging.DEBUG
|
logLevel = logging.DEBUG
|
||||||
logFormat = "[{asctime:}] {filename:>17}:{lineno:<4d} {levelname:8} {message:}"
|
logFormat = "[{asctime:}] {filename:>18}:{lineno:<4d} {levelname:8} {message:}"
|
||||||
elif inOpt == "--style":
|
elif inOpt == "--style":
|
||||||
qtStyle = inArg
|
qtStyle = inArg
|
||||||
elif inOpt == "--config":
|
elif inOpt == "--config":
|
||||||
|
|||||||
Reference in New Issue
Block a user