Compare /logs and /vuelogs routes
mainThe system provides two distinct ways to view logs, which coexist independently:
/logs: Uses a native HTML page (public/logs.html) and relies on server-side cookie authentication./vuelogs: Uses the Vue3 Log UI application and handles authentication via a dedicated frontend login page.