[prev in list] [next in list] [prev in thread] [next in thread] 

List:       log4j-dev
Subject:    [jira] [Assigned] (LOG4J2-1086) SizeBasedTriggeringPolicy is not working properly with Logj2 2.3 ver
From:       "Ralph Goers (JIRA)" <jira () apache ! org>
Date:       2016-04-27 5:54:12
Message-ID: JIRA.12849653.1438098989000.43361.1461736452854 () Atlassian ! JIRA
[Download RAW message or body]


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

Ralph Goers reassigned LOG4J2-1086:
-----------------------------------

    Assignee: Ralph Goers

> SizeBasedTriggeringPolicy is not working properly with Logj2 2.3 version jars
> -----------------------------------------------------------------------------
> 
> Key: LOG4J2-1086
> URL: https://issues.apache.org/jira/browse/LOG4J2-1086
> Project: Log4j 2
> Issue Type: Bug
> Components: Appenders
> Affects Versions: 2.3, 2.4.1
> Environment: Windows 7 OS Websphere 8.5.5.6
> Reporter: Sharat
> Assignee: Ralph Goers
> Priority: Minor
> Labels: features
> Fix For: 2.6
> 
> Original Estimate: 24h
> Remaining Estimate: 24h
> 
> {code}
> <?xml version="1.0" encoding="UTF-8"?>
> <Configuration>
> <Appenders> 
> 		<RollingFile name="RollingFile" fileName="/logs/test.log" 
> 			filePattern="/logs/test-%i.log"> 
> 			<PatternLayout> 
> 				<pattern>%d %-5p %class{36} (%M:%L) -%msg%xEx%n</pattern> 
> 			</PatternLayout> 
> 			<Policies> 
> 				<SizeBasedTriggeringPolicy size="2 KB" />
> 			</Policies>
> 			<DefaultRolloverStrategy max="5"/> 
> 		</RollingFile> 
> 		<Console name="console" target="SYSTEM_OUT"> 
> 			<PatternLayout pattern="%d{HH:mm:ss.SSS} [%t] %-5level %logger{36} - %msg%n"/> 
> 		</Console> 
> 	</Appenders> 
> 	<Loggers>
> 	    <root level="trace">
> 		  <appender-ref ref="RollingFile"/> 
> 	      <appender-ref ref="console"/>
> 	    </root>
> 	</Loggers>
> </Configuration>
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic