DiamondLightSource / DiamondLightSource/httomo
Include MPI process rank in exception log messages
Open
logging
minor
- Dominant language
- Python
- Stars
- 10
- Forks
- 5
- Avg merge
- 5d 17h
- Merged PRs (30d)
- 1
Description
Currently, the exception-logging function only logs the message: https://github.com/DiamondLightSource/httomo/blob/8ccf66304dfb7af0a77495e4bcf974c92f324953/httomo/utils.py#L76-L85
but adding in the rank of the process could be useful for debugging purposes in some situations, as the `log_rank()` function does: https://github.com/DiamondLightSource/httomo/blob/8ccf66304dfb7af0a77495e4bcf974c92f324953/httomo/utils.py#L62-L73
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.