]> www.vanbest.org Git - tweet-django-debian/commitdiff
Logging format tweak
authorJan-Pascal van Best <janpascal@vanbest.org>
Sat, 20 Feb 2016 20:42:01 +0000 (21:42 +0100)
committerJan-Pascal van Best <janpascal@vanbest.org>
Sat, 20 Feb 2016 20:42:01 +0000 (21:42 +0100)
debian/patches/patch-settings

index 3fac8434b431e566336d00757fb61011d0a2ffb1..13a9606fa23cfc5a95f369ee189f80426911d6bc 100644 (file)
@@ -71,7 +71,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
      'disable_existing_loggers': False,
 +    'formatters': {
 +        'verbose': {
-+            'format': '%(levelname)s %(asctime)s %(module)s %(process)d %(thread)d %(message)s'
++            'format': '%(levelname)s [%(asctime)s] %(module)s %(process)d %(thread)d %(message)s'
 +        },
 +        'simple': {
 +            'format': '%(levelname)s %(message)s'