Logs get created in our context in several systems.
For example:
- Job12345 gets created via a web service.
- Then it gets processed in a message queue
- Then it gets stored in a database
- Later it gets send to a third party system.
In this example four or more systems create logs for Job12345.
Up to now we use simple file based logging.
My goal: A interface where I can query for all logs which contain "Job12345". It would be great if they are linked like hyperlinks in HTML.
I hope you understand what I want. Please ask if something is not clear.
How could this be solved?