You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sentry.apache.org by "Shreepadma Venugopalan (JIRA)" <ji...@apache.org> on 2013/09/18 19:34:54 UTC

[jira] [Updated] (SENTRY-15) log4j.properties file under sentry-tests references the old access package

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

Shreepadma Venugopalan updated SENTRY-15:
-----------------------------------------

    Attachment: SENTRY-15.patch
    
> log4j.properties file under sentry-tests references the old access package
> --------------------------------------------------------------------------
>
>                 Key: SENTRY-15
>                 URL: https://issues.apache.org/jira/browse/SENTRY-15
>             Project: Sentry
>          Issue Type: Bug
>            Reporter: Shreepadma Venugopalan
>            Assignee: Shreepadma Venugopalan
>         Attachments: SENTRY-15.patch
>
>
> sentry-tests/src/test/resources/log4j.properties references the old access package. This should be corrected to reference the new packages.
> {noformat}
> access.root.logger=INFO,console
> log4j.rootLogger=${access.root.logger}
> log4j.appender.console=org.apache.log4j.ConsoleAppender
> log4j.appender.console.target=System.err
> log4j.appender.console.layout=org.apache.log4j.PatternLayout
> log4j.appender.console.layout.ConversionPattern=%d (%t) [%p - %l] %m%n
> log4j.logger.org.apache.hadoop.conf.Configuration=ERROR
> log4j.logger.org.apache.access=DEBUG
> log4j.category.DataNucleus=ERROR
> {noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira