[ 
https://issues.apache.org/jira/browse/ACCUMULO-3679?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Christopher Tubbs resolved ACCUMULO-3679.
-----------------------------------------
    Resolution: Fixed

Fixed in 05f9a67e55387c77e956b002711ba7dc2073e094

> Replace TLevel
> --------------
>
>                 Key: ACCUMULO-3679
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-3679
>             Project: Accumulo
>          Issue Type: Sub-task
>          Components: build
>            Reporter: Christopher Tubbs
>            Priority: Major
>             Fix For: 2.0.0
>
>
> TLevel was added to extends log4j's Level, so specific log information could 
> be tracked in the logs. However, that's a less than ideal way of adding log 
> information, and it forces us to use log4j, and could result in some 
> confusion when trying to create a log4j configuration file to deal with these 
> separately.
> Loggers have names (typically a class name, but it could be anything). 
> Instead of using a logger named after the class, it should use a name 
> "TABLET_HIST" to replace what TLevel is currently doing. Alternatively, we 
> can construct a simple slf4j logger which wraps the one from the 
> LoggerFactory and adds "TABLET_HIST" as a prefix to logs written with this 
> logger.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to