I need a web interface for configure log4j that gives me:
- CRUD of loggers, appenders and filters
- when I am OK with the configuration I want to click and download an xml version of the configuration
- hierarchical view of the configured loggers which expands as needed (nice to have).
I am aware of this old thread but I can't find the log4j-sandbox nor the ConfigurationServlet they were talking about.