[
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: [email protected]
For additional commands, e-mail: [email protected]