Skip to content
Snippets Groups Projects
Commit f0ea6fd1 authored by Martin Blanchard's avatar Martin Blanchard
Browse files

server/instance.py: Do not print log-record if monitoring bus does

parent c5492c07
No related branches found
No related tags found
Loading
Pipeline #39234282 passed
......@@ -134,6 +134,9 @@ class BuildGridServer:
root_logger.removeHandler(log_handler)
root_logger.addHandler(self.__logging_handler)
if self._is_instrumented and self.__monitoring_bus.prints_records:
self.__print_log_records = False
# --- Public API ---
def start(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment