Commit 671a7412 authored by Tristan Van Berkom's avatar Tristan Van Berkom
Browse files

_context.py: Properly declare and document log_message_format in the constructor

parent 61889ed5
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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