You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Christopher Tubbs (JIRA)" <ji...@apache.org> on 2019/04/23 22:06:00 UTC

[jira] [Resolved] (ACCUMULO-3679) Replace TLevel

     [ 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)