From bce1d70d0766235c05f61133d6d091c7cd1653c8 Mon Sep 17 00:00:00 2001 From: Sandy Walsh Date: Wed, 30 May 2012 13:08:32 -0500 Subject: [PATCH] better handling of bad publisher names --- stacktach/views.py | 1 + 1 file changed, 1 insertion(+) diff --git a/stacktach/views.py b/stacktach/views.py index d58227e..57ecc24 100644 --- a/stacktach/views.py +++ b/stacktach/views.py @@ -14,6 +14,7 @@ import pprint import random import sys +logging.basicConfig(filename='/tmp/stacktach_server.log') VERSION = 4