[jboss-jira] [JBoss JIRA] (WFLY-2012) log4j ConsoleAppender won't display messages with per-deployment logging

V. R. P. (JIRA) issues at jboss.org
Fri Oct 17 06:24:38 EDT 2014


    [ https://issues.jboss.org/browse/WFLY-2012?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13012793#comment-13012793 ] 

V. R. P. edited comment on WFLY-2012 at 10/17/14 6:24 AM:
----------------------------------------------------------

I think priority of this bug is not minor. This is very important, I wait this be fixed soon.
(Restricted to jira-users group)

was (Author: vicropa):
I think priority of this bug is not minor. This is very important, I wait this be fixed soon.

> log4j ConsoleAppender won't display messages with per-deployment logging
> ------------------------------------------------------------------------
>
>                 Key: WFLY-2012
>                 URL: https://issues.jboss.org/browse/WFLY-2012
>             Project: WildFly
>          Issue Type: Bug
>          Components: Logging
>            Reporter: James Perkins
>            Assignee: James Perkins
>            Priority: Minor
>
> Add the following log4j.properties file to a deployment and try to log.
> {code}
> # Root logger option
> log4j.rootLogger=INFO, stdout
> # Direct log messages to stdout
> log4j.appender.stdout=org.apache.log4j.ConsoleAppender
> log4j.appender.stdout.Target=System.out
> log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
> log4j.appender.stdout.layout.ConversionPattern=%d{yyyy-MM-dd HH:mm:ss} %-5p %c{1}:%L - %m%n
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.1#6329)


More information about the jboss-jira mailing list