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] [Updated] (ATLAS-255) Add log level setting for titan in atlas-log4j.xml

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

Ayub Khan updated ATLAS-255:
----------------------------
    Description: 
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="info"/>
        <appender-ref ref="FILE"/>
    </logger>
{code}

  was:
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}


> 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="info"/>
>         <appender-ref ref="FILE"/>
>     </logger>
> {code}



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