This resolves some long standing issues with the error handling at the service-level. One part of code was even just dumping errors silently!
Most of this needs to be refactored into a cleaner management style daemon that handles errors that are worth logging and errors that may require an immediate shutdown (such as fail-fast init problems)
This resolves some long standing issues with the error handling at the service-level. One part of code was even just dumping errors silently!
Most of this needs to be refactored into a cleaner management style daemon that handles errors that are worth logging and errors that may require an immediate shutdown (such as fail-fast init problems)