Bharath Chandra

Results 1 issues of Bharath Chandra

## Description We are using the RollingFileAppender with below configuration ``` appender.file.type=RollingFile appender.file.name=LOGFILE appender.file.fileName=${basePath}/out.log appender.file.filePattern=${basePath}/out.log.%d{yyyy-MM-dd-HH} appender.file.layout.type=PatternLayout appender.file.layout.pattern=%d [%t] %-5p %c %x - %m%n appender.file.policies.type=Policies appender.file.policies.time.type=TimeBasedTriggeringPolicy appender.file.policies.time.interval=1 appender.file.policies.time.modulate=true ``` Our application...