You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by "Ralph Goers (JIRA)" <ji...@apache.org> on 2015/09/27 04:40:04 UTC

[jira] [Updated] (LOG4J2-1024) log4j2.xml not found by default in WEB-INF folder

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

Ralph Goers updated LOG4J2-1024:
--------------------------------
    Fix Version/s: 2.4.1

> log4j2.xml not found by default in WEB-INF folder
> -------------------------------------------------
>
>                 Key: LOG4J2-1024
>                 URL: https://issues.apache.org/jira/browse/LOG4J2-1024
>             Project: Log4j 2
>          Issue Type: Bug
>          Components: Configurators
>    Affects Versions: 2.3
>         Environment: Tested on
> Windows 7 + Eclipse Juno + tomcat 7.0.62
> and
> CentOS 6.2 + tomcat 7.0.61
>            Reporter: Patrick Zimmermann
>            Priority: Minor
>             Fix For: 2.4.1
>
>
> I have a web application, included log4j-api-2.3, log4j-core-2.3 and log4j-web-2.3 and placed a log4j2.xml file in the WEB-INF folder.
> On application startup I receive the following message:
>     ERROR StatusLogger No Log4j context configuration provided. This is very unusual.
>     ERROR StatusLogger No log4j2 configuration file found. Using default configuration: logging only errors to the console.
> When I add
>       <context-param>
>           <param-name>log4jConfiguration</param-name>
>           <param-value>/WEB-INF/log4j2.xml</param-value>
>       </context-param>
> to my web.xml the error notification disappears.
> According to the documentation at http://logging.apache.org/log4j/2.x/manual/webapp.html Log4J2 should search a file starting with log4j2 in the WEB-INF folder if no context-param is specified.
> It seems, this does not happen.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org