You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avalon.apache.org by "Niclas Hedhman (JIRA)" <de...@avalon.apache.org> on 2004/11/13 03:16:40 UTC

[jira] Closed: (RUNTIME-30) Logging is done using category names separated by slashes instead of dots

     [ http://nagoya.apache.org/jira/browse/RUNTIME-30?page=history ]
     
Niclas Hedhman closed RUNTIME-30:
---------------------------------


> Logging is done using category names separated by slashes instead of dots
> -------------------------------------------------------------------------
>
>          Key: RUNTIME-30
>          URL: http://nagoya.apache.org/jira/browse/RUNTIME-30
>      Project: Merlin Runtime
>         Type: Bug
>   Components: LOGGING
>     Versions: 3.3.0
>  Environment: Merlin 3.3-RC6
>     Reporter: Bruno Dumon
>     Assignee: Stephen McConnell

>
> When trying to configure the Merlin logging (using log4j, but I guess the problem is the same with logkit), I stumbled across the following problem:
> the name of the logging category used when requesting a logger from the logging subsystem is specified as eg "/a/b" instead of "a.b", which is unrecognized by log4j. iow, log4j thinks this is a category named "/a/b" instead of a category hierarchy consisting of a logger called "a" with a sublogger called "b".
> As a possible solution, it could be considered to let the logger category be specified explicitely on the component deployment specification, instead of automatically taking the container and component names for this. This is for example what ECM did:
> <component-instance name="something" logger="something.thisorthat" ... />

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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