added pulse ID to bsread sending logging; added config file name to worker logging

This commit is contained in:
2025-10-20 16:53:35 +02:00
parent ee9c9bbaad
commit 39cd27d1ab
2 changed files with 2 additions and 2 deletions

View File

@@ -73,7 +73,7 @@ def accumulate(accumulator_addr, bsread_host, bsread_port, bsread_window):
try:
sender.send(pulse_id=pulse_id, timestamp=timestamp, data=data)
except:
log.exception(f"bsread failed to send: {data}")
log.exception(f"{pulse_id} bsread failed to send: {data}")

View File

@@ -69,7 +69,7 @@ def work(backend_addr, accumulator_addr, visualisation_addr, fn_config, skip_fra
try:
config = config_file.load()
except:
log.exception(f"({pulse_id}) cannot read config file")
log.exception(f"({pulse_id}) cannot read config file: {config_file.fname}")
results = metadata.copy()