ShibSP & remote syslog
Cantor, Scott
cantor.2 at osu.edu
Thu Oct 25 17:43:27 EDT 2012
> could someone point me to documentation about how to redirect Shibboleth
> Service Provider logger to (remote) syslog.
I don't have any examples, hopefully somebody that worked out how can post one or add it to the wiki.
The explicit answer is that it's up this source file, so from that one can determine what properties log4cpp's code is looking for.
http://svn.shibboleth.net/view/utilities/cpp-log4shib/trunk/src/PropertyConfiguratorImpl.cpp?revision=83&view=markup
Based on that, it looks like the RollingFileAppender label becomes "SyslogAppender" and the properties to set are:
syslogName
syslogHost
facility
portNumber
-- Scott
More information about the users
mailing list