aboutsummaryrefslogtreecommitdiffstats
path: root/mncc_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'mncc_test.py')
-rwxr-xr-xmncc_test.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/mncc_test.py b/mncc_test.py
index df66efb..9222605 100755
--- a/mncc_test.py
+++ b/mncc_test.py
@@ -48,7 +48,8 @@ def sigint_handler(signum, frame):
pykka.ActorRegistry.stop_all()
sys.exit(0)
-logging.basicConfig(level=logging.DEBUG)
+logging.basicConfig(level = logging.DEBUG,
+ format = "%(levelname)s %(filename)s:%(lineno)d %(message)s")
signal.signal(signal.SIGINT, sigint_handler)