Console Module
Last modified by Vincent Massol on 2024/11/19 16:12
Description
Goal: Ability to see application level logs from within XE
UI
- a new console tab in pages for all logs for the page
- an admin page for all console logs with a livetable for filtering
Extensions programmers
- use current slf4j API
Framework
- idea: appender for slf4j (note: could use MDC for additional data: http://www.slf4j.org/api/org/slf4j/MDC.html)
- centralized logs available from all nodes
- idea: use activity stream
- nice: real time addition of new logs (comet and co)
- memory cache (eg last 100 logs) + block save (anti flood protection)
- long term logging with compacting
- system log vs application log
- Requirement: current node id
- Console Module / Application with API
Vincent Massol
Thomas Mortagne