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:14:58 UTC

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

Shreepadma Venugopalan created SENTRY-15:
--------------------------------------------

             Summary: 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


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