Log file names should include port number
Open
enhancement
- Dominant language
- Python
- Stars
- 184
- Forks
- 41
- PR merge metrics
- No merged PRs in 30d
Description
When running ClusterRunner in high-availability mode, we have a case where there are multiple ClusterRunner slave services is running on the same host. One of the problematic things with this is that it's not clear which log file gets written to.
In order to remedy this, I'm going to propose that we namespace the log files with the port number that the service is running on.
For example,
clusterrunner_slave.log => clusterrunner_slave_43001.log
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.