Hacker News new | ask | show | jobs
Show HN: I made a website to view Unity log files (app.unityproxima.com)
1 points by afarchy 1189 days ago
Sometimes I download a Unity log file to debug an issue and find it to be unreadable compared to the editor console. So, I made a website with an interface just like the editor console to view logs. Meet Proxima Log Viewer!

Features:

- View logs in a list like the editor. Click on logs to see full message and stack (if available). It will try to detect if the log is info/warning/error from the stack.

- Filter logs by type or search query

- Collapse similar logs.

- Dynamically loads/unloads logs as you scroll for performance.