From 423431105096535d6d0b9fe352441058bfa9cc24 Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Thu, 7 Jul 2011 20:39:47 +0100 Subject: Start with a bigger width. --- deluge/log.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deluge/log.py') diff --git a/deluge/log.py b/deluge/log.py index 034a0aea7..b66a6fa2e 100644 --- a/deluge/log.py +++ b/deluge/log.py @@ -51,7 +51,7 @@ if 'dev' in common.get_version(): DEFAULT_LOGGING_FORMAT = "%%(asctime)s.%%(msecs)03.0f [%%(levelname)-8s][%%(name)-%ds:%%(lineno)-4d] %%(message)s" else: DEFAULT_LOGGING_FORMAT = "%%(asctime)s [%%(levelname)-8s][%%(name)-%ds] %%(message)s" -MAX_LOGGER_NAME_LENGTH = 3 +MAX_LOGGER_NAME_LENGTH = 10 class Logging(LoggingLoggerClass): def __init__(self, logger_name): -- cgit