[ 
https://issues.apache.org/jira/browse/KARAF-560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13017929#comment-13017929
 ] 

Michael Van Geertruy commented on KARAF-560:
--------------------------------------------



No.  What I want to do is modify all of the log commands to recieve a logger 
name to act on, if no logger name is provided, then they will work on the 
ROOT_LOGGER as happens now. All of the current actions of the log:xx commands 
will stay the same, except that if you provide the name of a specific logger, 
they will only act on that logger.  Specifically, the commands will compare the 
paxLoggerEvent.getLogger() name to the name of the logger provided and then 
perform the given algorithm only on that logger, or will not act at all. If not 
logger is provided, then the algorithm will act on all paxLoggerEvents.  does 
that make more sense? 



v/r, 



Mike Van 




> Modify all console log commands to receive a "logger" argument.
> ---------------------------------------------------------------
>
>                 Key: KARAF-560
>                 URL: https://issues.apache.org/jira/browse/KARAF-560
>             Project: Karaf
>          Issue Type: Improvement
>          Components: console
>    Affects Versions: 3.0.0
>         Environment: all
>            Reporter: Michael Van Geertruy
>             Fix For: 3.0.0
>
>
> In log:set and log:get you can specify the logger you want to set and 
> retrieve the logging level.  This should also be allowed as an argument for 
> log:clear, log:display, log:display-exception, and log:tail.  If we assume 
> users will want to set and get the logging levels of log files other than 
> Karaf, we can also assume users will want the rest of the functionality in 
> this ticket also.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to