You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by "Xavier Dury (JIRA)" <ji...@apache.org> on 2013/09/26 15:58:03 UTC

[jira] [Comment Edited] (MTOMCAT-127) tomcat:run - Configuring Logging with JULI

    [ https://issues.apache.org/jira/browse/MTOMCAT-127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13778796#comment-13778796 ] 

Xavier Dury edited comment on MTOMCAT-127 at 9/26/13 1:56 PM:
--------------------------------------------------------------

Same problem here: I'm trying to use a custom logging.properties through <tomcatLoggingFile /> in order to use SLF4J jul-to-slf4j bridge but it doesn't work (logs are not forwarded to SLF4J).
                
      was (Author: kalgon):
    Same problem here: I'm trying to use a custom logging.properties through <tomcatLoggingFile /> in order to use SLF4J jul-to-slf4j bridge but it doesn't work (logs are still forwarded to SLF4J).
                  
> tomcat:run - Configuring Logging with JULI 
> -------------------------------------------
>
>                 Key: MTOMCAT-127
>                 URL: https://issues.apache.org/jira/browse/MTOMCAT-127
>             Project: Apache Tomcat Maven Plugin
>          Issue Type: New Feature
>          Components: tomcat6, tomcat7
>    Affects Versions: 2.0
>            Reporter: Cédric Couralet
>            Assignee: Olivier Lamy (*$^¨%`£)
>            Priority: Minor
>             Fix For: backlog
>
>
> The configuration for a custom logging.properties is not taken into account with the tomcat6-7:run goal.
> From what I've seen, the reason is that the configuration for java.util.logging is done before setting the system properties in the same class loader.
> I think it could be fixed by putting a call to LogManager.getLogManager().readConfiguration(); right after setting the system properties. I'm not confident enough on the possible side effects to say it is the best solution. 

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

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