Debian: Update changelog for 1.1.0-1 and 1.1.1-1
[openvswitch] / tests / test-daemon.py
index 586e0ec3606ab50422907816eb450c231d0e6405..350b8f7031d363ffdbf2a7d17d5b2505ae0dec42 100644 (file)
@@ -13,6 +13,7 @@
 # limitations under the License.
 
 import getopt
+import logging
 import signal
 import sys
 import time
@@ -24,6 +25,7 @@ def handler(signum, frame):
     raise Exception("Signal handler called with %d" % signum)
 
 def main(argv):
+    logging.basicConfig(level=logging.DEBUG)
 
     signal.signal(signal.SIGHUP, handler)