|
|
|
|
|
by samsquire
841 days ago
|
|
Good idea. Thank you for sharing. One thing I've always wanted was simple filters on log lines in a GUI that let me collapse tags in the log line. I created a proof of concept that showed logs as a tree. Or I can say I want logs from the point where key=value and until method x. A bit like a debugger but for logs. Show logs that are between these facts. |
|
Yes, that is exactly what I want as well - a tree-like structure where you can trace events across multiple layers of abstraction as well as across systems (so both horizontal and vertical relations of events, so to speak).
Some infra systems output syslog loglines and there's no changing that, and I still want to capture and relate these log messages to other events (incl. high-level business transactions / processes).
Any way you could share your PoC? :) very interested.