ansible / receptor

Project Receptor is a flexible multi-service relayer with remote execution and orchestration capabilities linking controllers with executors across a mesh of nodes.
Other
162 stars 81 forks source link

[Tech Debt] Make changing log level in receptor config a reloadable attribute #435

Open kdelee opened 3 years ago

kdelee commented 3 years ago

Make changing log level in receptor a re-loadable (no restart required) config file attribute

This is important for debugging receptor mesh in production that may be in a bad state, because if we must restart receptor to get more verbose logs, this may eliminate the bad state, which makes it mysterious...and unless we leave it in debug (which is not reccommended for production), we may never get to find out what is going on.

kdelee commented 7 months ago

https://github.com/ansible/receptor/pull/437 never made it in -- any chance this could get revived?