You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Igor Vaynberg (JIRA)" <ji...@apache.org> on 2007/09/20 08:42:33 UTC

[jira] Assigned: (WICKET-978) log4j.properties in quickstart archetype uses old wicket package name

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

Igor Vaynberg reassigned WICKET-978:
------------------------------------

    Assignee: Alastair Maw

al, did you not fix this already?

> log4j.properties in quickstart archetype uses old wicket package name
> ---------------------------------------------------------------------
>
>                 Key: WICKET-978
>                 URL: https://issues.apache.org/jira/browse/WICKET-978
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-quickstart
>    Affects Versions: 1.3.0-beta3
>            Reporter: Kent Tong
>            Assignee: Alastair Maw
>            Priority: Trivial
>             Fix For: 1.3.0-beta4
>
>
> In src/archetypes/quickstart/src/main/resources/archetype-resources/src/main/resources/log4j.properties:
> log4j.logger.wicket=INFO
> log4j.logger.wicket.protocol.http.HttpSessionStore=INFO
> log4j.logger.wicket.version=INFO
> log4j.logger.wicket.RequestCycle=INFO
> It should be:
> log4j.logger.org.apache.wicket=INFO
> log4j.logger.org.apache.wicket.protocol.http.HttpSessionStore=INFO
> log4j.logger.org.apache.wicket.version=INFO
> log4j.logger.org.apache.wicket.RequestCycle=INFO

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