You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Jason Dillon (JIRA)" <ji...@apache.org> on 2007/06/14 19:17:26 UTC

[jira] Closed: (GERONIMO-1423) log4j.properties's category is ignored

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

Jason Dillon closed GERONIMO-1423.
----------------------------------

       Resolution: Invalid
    Fix Version/s:     (was: Verification Required)

Stale

> log4j.properties's category is ignored
> --------------------------------------
>
>                 Key: GERONIMO-1423
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-1423
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Logging
>    Affects Versions: 1.0
>         Environment: JRE 1.5.0_06, Linux
>            Reporter: viewhero
>            Priority: Critical
>
> log4j.properties that is included war file's WEB-INF/classes.
> like this.
> -------------------------------------------------------------------------------------------------------------------------------------------
> log4j.rootCategory=ERROR, A1
> log4j.appender.A1=org.apache.log4j.ConsoleAppender
> log4j.appender.A1.layout=org.apache.log4j.PatternLayout
> log4j.appender.A1.layout.ConversionPattern=%d{yyyy-MM-dd HH:mm:ss} %-5p [%t] (%F:%L) - %m%n
> log4j.category.jp.ne.xxx=ERROR
> -------------------------------------------------------------------------------------------------------------------------------------------
> but, INFO message was written to geronimo.log.
> geronimo must read log4j.properties each web applications.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.