[
https://issues.apache.org/jira/browse/CASSANDRA-1525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12965981#action_12965981
]
Jonathan Ellis commented on CASSANDRA-1525:
-------------------------------------------
Fails to build for me:
{code}
[javac]
/Users/jonathan/projects/cassandra/svn-0.7/src/java/org/apache/cassandra/service/AbstractCassandraDaemon.java:22:
cannot find symbol
[javac] symbol : class LoggingInit
[javac] location: package org.apache.cassandra.utils
[javac] import org.apache.cassandra.utils.LoggingInit;
[javac] ^
{code}
Did you mean to include LoggingInit in the patch, or is the import part of an
earlier attempt?
> Improve log4j configuration to provide the ability to modify logging levels
> dynamically via JMX
> -----------------------------------------------------------------------------------------------
>
> Key: CASSANDRA-1525
> URL: https://issues.apache.org/jira/browse/CASSANDRA-1525
> Project: Cassandra
> Issue Type: Improvement
> Components: Core
> Reporter: Nate McCall
> Assignee: T Jake Luciani
> Fix For: 0.7.1
>
> Attachments: 1525_v1.txt
>
>
> It would nice to add some named appenders to log4j configuration in such a
> way that their levels could be increased via jconsole.
> I have done this with other logging libraries and I believe that most of the
> capabilities here are built in to log4j.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.