summaryrefslogtreecommitdiff
path: root/buildstream/_context.py
diff options
context:
space:
mode:
Diffstat (limited to 'buildstream/_context.py')
-rw-r--r--buildstream/_context.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/buildstream/_context.py b/buildstream/_context.py
index d605c6ab2..9ae2ec57a 100644
--- a/buildstream/_context.py
+++ b/buildstream/_context.py
@@ -86,6 +86,9 @@ class Context():
# Format string for printing the pipeline at startup time
self.log_element_format = None
+ # Format string for printing message lines in the master log
+ self.log_message_format = None
+
# Maximum number of fetch or refresh tasks
self.sched_fetchers = 4