From a05a8cc557963ac89b3b0a1f5804b6205d591aaf Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Wed, 16 May 2018 20:39:47 -0400 Subject: [PATCH] Include process name in log messages --- piker/log.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/piker/log.py b/piker/log.py index cc7d9771..b12aeae2 100644 --- a/piker/log.py +++ b/piker/log.py @@ -17,7 +17,7 @@ LOG_FORMAT = ( # "{bold_white}{log_color}{asctime}{reset}" "{log_color}{asctime}{reset}" " {bold_white}{thin_white}({reset}" - "{thin_white}{threadName}{reset}{bold_white}{thin_white})" + "{thin_white}{processName}: {threadName}{reset}{bold_white}{thin_white})" " {reset}{log_color}[{reset}{bold_log_color}{levelname}{reset}{log_color}]" " {log_color}{name}" " {thin_white}{filename}{log_color}:{reset}{thin_white}{lineno}{log_color}"