I haven't put much thought into a solution for this, but I want to put it out there to start a discussion.
There is a new feature request [1] to provide access logs for EJB's. We currently have at least 3 different places to configure different types of logging.
- The logging subsystem
- Management access logging
- Web access logging
All 3 of these reside under different resources and have different configuration options. Which is really understandable since they are all quite different in what they are trying to do.
However since we may be adding a forth now I'm thinking we should start to consider some other options for these. Possibly some kind of centralized location to configure logging in or something that all log messages pass through to ensure they're routed correctly (yes I realize this is essentially a log manager).
As it is now we do have the ability to download logs from a server. Audit logs, web access logs, process controller logs and host controller logs can not be downloaded or viewed from the log viewer on the web console. I again assume user would like access to all log files or some way to view all log messages.