Remko Popma created LOG4J2-207:
----------------------------------

             Summary: JMX support for Log4j2
                 Key: LOG4J2-207
                 URL: https://issues.apache.org/jira/browse/LOG4J2-207
             Project: Log4j 2
          Issue Type: New Feature
          Components: Core, Documentation
            Reporter: Remko Popma


Provide built-in support for JMX.

Features wish-list (from the log4j-dev mailing list):

1.  Show all the LoggerContexts and their configurations.
2. Ability to modify a configuration (this should involve cloning the current 
configuration,
modifying it and then replacing the prior configuration with the new one).
3. Statistics from various components.
4. Display log output on the JMX console (at least the StatusLogger output).

----
stats : (if using) rolling file - number rolls - long, time of last x 
rolls - sometimes a node starts logging too much and we need to add to 
number of max files or other action (could mean too many errors)
number of err & fatal logs in last x2 hours

where x, x2 are jmx properties with good defaults
----
For statistics I could imagine things like the total number of events. The 
number of non-filtered
events. The number of events that were directed to a specific Appender, and 
such.
----
I could imagine it could be handy to connect via JMX and retrieve the last
X number of warn/error/fatal events via JMX..
----
ability to "flushBuffers"


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscr...@logging.apache.org
For additional commands, e-mail: log4j-dev-h...@logging.apache.org

Reply via email to