tobychui / zoraxy

A general purpose HTTP reverse proxy and forwarding tool. Now written in Go!
https://zoraxy.arozos.com
GNU Affero General Public License v3.0
2.71k stars 160 forks source link

[ENHANCEMENTS] Add filter in Log viewer #292

Open magicgg91 opened 1 month ago

magicgg91 commented 1 month ago

Hello, Adding a filter to log viewer would be great when we want to analyze logs directly from browser.

tobychui commented 2 weeks ago

Hi @magicgg91

If you need to analyze the log, you should pick a professional log viewing tools. Zoraxy log format is partially compatible with Apache's log, so you should have no difficult finding a tool to read and analyze it.

The build-in log viewer in Zoraxy is for debugging purpose only. Once you deploy Zoraxy in production, you will be having so much traffic that the browser cannot handle such large log from loading in a web interface. Hence, it only provide basics filtering tools like "Warning" or "Error".