[cpp-sp] 01/03: Add layout to EventLog appender.
Scott Cantor
cantor.2 at osu.edu
Fri Apr 20 13:49:53 EDT 2018
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository cpp-sp.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=af8f7635eaa05ca022ae18dfe3512ab4f0399538
commit af8f7635eaa05ca022ae18dfe3512ab4f0399538
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Apr 20 13:49:03 2018 -0400
Add layout to EventLog appender.
---
configs/win-native.logger | 2 ++
1 file changed, 2 insertions(+)
diff --git a/configs/win-native.logger b/configs/win-native.logger
index 7350e32..be8c0de 100644
--- a/configs/win-native.logger
+++ b/configs/win-native.logger
@@ -29,3 +29,5 @@ log4j.category.XMLTooling.libcurl=WARN
log4j.appender.native_log=org.apache.log4j.NTEventLogAppender
log4j.appender.native_log.source=Shibboleth Service Provider
+log4j.appender.native_log.layout=org.apache.log4j.PatternLayout
+log4j.appender.native_log.layout.ConversionPattern=%c %x: %m
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list