Adding a uuid to logs and db entries will make it possible to easier keep track of which of these had to contact the mail/message systems.
It will also likely make actual error handling easier when connecting dots across the systems is made easier.
Requires a fair amount of updates across the various services.
Added. It takes the acronym from the service name and the numbers from the timestamp of the entry and combines them into a unique id.
Example "AcA_20240610134457636"
Adding a uuid to logs and db entries will make it possible to easier keep track of which of these had to contact the mail/message systems. It will also likely make actual error handling easier when connecting dots across the systems is made easier.
Requires a fair amount of updates across the various services.