Using rsyslog to create different log files for different processes
- by user80203
Scenario: I am running a cluster of machines. Each machine runs various python programs with a unique (across the cluster), but dynamically set, ID.
Right now, they are all logging locally. So, I might have logs that look like:
process_5.log
process_6.log
for processes that had ID's 5 and 6.
Another machine may have:
process_20.log…