You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Ayub Khan (JIRA)" <ji...@apache.org> on 2015/10/27 14:49:27 UTC

[jira] [Created] (ATLAS-255) Add log level setting for titan in atlas-log4j.xml

Ayub Khan created ATLAS-255:
-------------------------------

             Summary: Add log level setting for titan in atlas-log4j.xml
                 Key: ATLAS-255
                 URL: https://issues.apache.org/jira/browse/ATLAS-255
             Project: Atlas
          Issue Type: Improvement
    Affects Versions: 0.6-incubating
            Reporter: Ayub Khan
            Priority: Minor


With hbase and solr support, it is good to have log level setting available through atlas-log4j.xml.

Add the below xml code snippet in atlas-log4j.xml

{code}
    <logger name="com.thinkaurelius.titan" additivity="false">
        <level value="debug"/>
        <appender-ref ref="FILE"/>
    </logger>
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)