# HG changeset patch # User Frank Koormann # Date 1427983120 -7200 # Node ID 6466501a963b2bfe242c2bf2627b8fdaa7fe0f5b # Parent c018570c1a2d300bededc7aea5a311bb822f4600 Activate debugging by default. The debugging is more or less a logging and essential when running odfcast in an operational environment. diff -r c018570c1a2d -r 6466501a963b .hgtags --- a/.hgtags Thu Apr 02 15:45:55 2015 +0200 +++ b/.hgtags Thu Apr 02 15:58:40 2015 +0200 @@ -1,2 +1,3 @@ bd3e5fdd839808907987993e960e7f68810ec951 1.0 9ad8421dafb43c2df9c11472b51d575c0553aa27 1.1 +c018570c1a2d300bededc7aea5a311bb822f4600 1.2 diff -r c018570c1a2d -r 6466501a963b odfcast/settings.py --- a/odfcast/settings.py Thu Apr 02 15:45:55 2015 +0200 +++ b/odfcast/settings.py Thu Apr 02 15:58:40 2015 +0200 @@ -5,3 +5,5 @@ PY3O_UNO_DRIVER = "py3o.renderers.pyuno" PY3O_UNO_SERVER_HOSTNAME = "localhost" PY3O_UNO_SERVER_PORT = 2001 + +DEBUG = True