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 "Kent Yeh (JIRA)" <ji...@apache.org> on 2013/10/23 07:10:41 UTC

[jira] [Updated] (LOG4J2-436) RollingRandomAccessFile pattern layout not work for mathod and line no

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

Kent Yeh updated LOG4J2-436:
----------------------------

    Description: 
my log4j2.xml %M(%L) not work
{code:xml}<RollingRandomAccessFile name="${artifactId}-FastRollingFile" fileName="${log.folder}/${artifactId}.log"
                                 filePattern="${log.folder}/${artifactId}-%d{MM-dd-yyyy}-%i.log.gz">
            <PatternLayout>
                <pattern>%d{HH:mm:ss.SSS} [%t] %-5level %c{1.} %M(%L) - %msg%n%ex{full}%n</pattern>
            </PatternLayout>
            <Policies>
                <TimeBasedTriggeringPolicy />
                <SizeBasedTriggeringPolicy size="250 MB" />
            </Policies>
        </RollingRandomAccessFile>{code}
and output is{code}
07:01:13.118 [main] INFO  t.s.Worker () - output message {code}

> RollingRandomAccessFile pattern layout not work for mathod and line no
> ----------------------------------------------------------------------
>
>                 Key: LOG4J2-436
>                 URL: https://issues.apache.org/jira/browse/LOG4J2-436
>             Project: Log4j 2
>          Issue Type: Bug
>          Components: Appenders
>    Affects Versions: 2.0-beta9
>            Reporter: Kent Yeh
>            Priority: Minor
>
> my log4j2.xml %M(%L) not work
> {code:xml}<RollingRandomAccessFile name="${artifactId}-FastRollingFile" fileName="${log.folder}/${artifactId}.log"
>                                  filePattern="${log.folder}/${artifactId}-%d{MM-dd-yyyy}-%i.log.gz">
>             <PatternLayout>
>                 <pattern>%d{HH:mm:ss.SSS} [%t] %-5level %c{1.} %M(%L) - %msg%n%ex{full}%n</pattern>
>             </PatternLayout>
>             <Policies>
>                 <TimeBasedTriggeringPolicy />
>                 <SizeBasedTriggeringPolicy size="250 MB" />
>             </Policies>
>         </RollingRandomAccessFile>{code}
> and output is{code}
> 07:01:13.118 [main] INFO  t.s.Worker () - output message {code}



--
This message was sent by Atlassian JIRA
(v6.1#6144)

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