summaryrefslogtreecommitdiff
path: root/src/components/policy/test/log4cxx.properties
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/policy/test/log4cxx.properties')
-rw-r--r--src/components/policy/test/log4cxx.properties14
1 files changed, 13 insertions, 1 deletions
diff --git a/src/components/policy/test/log4cxx.properties b/src/components/policy/test/log4cxx.properties
index 632ab540c..1c0944498 100644
--- a/src/components/policy/test/log4cxx.properties
+++ b/src/components/policy/test/log4cxx.properties
@@ -14,8 +14,20 @@ log4j.appender.SQLPTRepresentationLogFile.layout.ConversionPattern=%-5p [%d{dd M
log4j.appender.SQLPTRepresentationLogFile.Schedule=DAILY
log4j.appender.SQLPTRepresentationLogFile.DatePattern='.' yyyy-MM-dd
+# Log for all PolicyManagerImpl messages
+log4j.appender.PolicyManagerImplLogFile=org.apache.log4j.DailyRollingFileAppender
+log4j.appender.PolicyManagerImplLogFile.File=PolicyManagerImpl.log
+log4j.appender.PolicyManagerImplLogFile.ImmediateFlush=true
+log4j.appender.PolicyManagerImplLogFile.layout=org.apache.log4j.PatternLayout
+log4j.appender.PolicyManagerImplLogFile.layout.ConversionPattern=%-5p [%d{dd MMM yyyy HH:mm:ss,SSS}] :%L %M: %m%n
+log4j.appender.PolicyManagerImplLogFile.Schedule=DAILY
+log4j.appender.PolicyManagerImplLogFile.DatePattern='.' yyyy-MM-dd
+
# All SmartDeviceLinkCore logs
log4j.rootLogger=ALL, Console
# SQLPTRepresentation logs
-log4j.logger.SQLPTRepresentation=ALL, SQLPTRepresentationLogFile \ No newline at end of file
+log4j.logger.SQLPTRepresentation=ALL, SQLPTRepresentationLogFile
+
+# PolicyManagerImpl logs
+log4j.logger.PolicyManagerImpl=ALL, PolicyManagerImplLogFile