We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1b30ee commit daaaea7Copy full SHA for daaaea7
parsl/dataflow/dflow.py
@@ -1142,7 +1142,7 @@ def add_executors(self, executors: Sequence[ParslExecutor]) -> None:
1142
executor.monitoring_messages = self.monitoring.resource_msgs
1143
logger.debug("Starting monitoring receiver for executor %s "
1144
"with remote monitoring radio config %s",
1145
- executor, executor.remote_monitoring_radio)
+ executor.label, executor.remote_monitoring_radio)
1146
1147
executor.monitoring_receiver = executor.remote_monitoring_radio.create_receiver(resource_msgs=executor.monitoring_messages,
1148
run_dir=executor.run_dir)
0 commit comments