3SP Knowledgebase
Information and FAQs about 3SP products
  
Search  
   
Browse by Category
3SP Knowledgebase .: SSL-Explorer .: All Versions .: How can I configure SSL-Explorer to log to syslog?

How can I configure SSL-Explorer to log to syslog?

The way to configure SSL-Explorer to log to syslog is to add the following lines to the log4j.properties file. This file is located in the "../sslexplorer/conf" directory.

Make sure that you change the second line to point to your syslog server.


log4j.appender.syslog=org.apache.log4j.net.SyslogAppender
log4j.appender.syslog.SyslogHost=syslogger.yourserver.com
log4j.appender.syslog.Facility=LOCAL5
log4j.appender.syslog.layout=org.apache.log4j.PatternLayout
log4j.appender.syslog.layout.ConversionPattern=%d [%t] %p %c - %m %n


Then you just need to add the syslog option like this:
log4j.rootCategory=INFO,logfile,syslog

How helpful was this article to you?

User Comments

Add Comment
No comments have been posted.


powered by Lore
© 2008 3SP Ltd. All Rights Reserved