logging
authorThomasV <thomasv@gitorious>
Mon, 4 Jun 2012 19:20:19 +0000 (23:20 +0400)
committerThomasV <thomasv@gitorious>
Mon, 4 Jun 2012 19:20:19 +0000 (23:20 +0400)
server.py

index 918250b..8141273 100755 (executable)
--- a/server.py
+++ b/server.py
@@ -18,6 +18,9 @@
 import time, sys, traceback
 import ConfigParser
 
+import logging
+logging.basicConfig()
+
 def attempt_read_config(config, filename):
     try:
         with open(filename, 'r') as f: