SK-Yang commented on issue #1269:
URL: 
https://github.com/apache/logging-log4j2/issues/1269#issuecomment-1421157301

   @ppkarwasz 
   
   Sure, there you go
   
   ```
   # Encoding: UTF-8
   
   log4j.logger.com.Common.model.Log4jAP=ALL, AP_Log
   
   log4j.appender.AP_Log=org.apache.log4j.DailyRollingFileAppender
   log4j.appender.AP_Log.File=D:/Handler_AP/log/AP/AP_Log.log
   log4j.appender.AP_Log.DatePattern='.'yyyy-MM-dd
   log4j.appender.AP_Log.Append=true
   log4j.appender.AP_Log.encoding=UTF-8
   log4j.appender.AP_Log.layout=org.apache.log4j.PatternLayout
   log4j.appender.AP_Log.layout.ConversionPattern=%-d{yyyy-MM-dd HH:mm:ss,SSS} 
[%-5p] %m%n
   
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to