Try OpenEdge Now
skip to main content
Server Administrator's Guide
Business Process Server web security : Configuring web security : Logger factory class name
 

Logger factory class name

This configuration provides the implementation class name of the com.savvion.sbm.websecurity.common.api.IWebSecurityLoggerFactory interface.This logger factory is used to log all web services messages to the log file. The default logger factory implementation uses the BP Server logger which logs the messages to the bmwebsecurity.log file located under OEBPS_HOME/logs directory.
The default logger configuration file bmwebsecuritylog.conf can be found under the OEBPS_HOME/conf directory.
The default logging mechanism can be changed by providing an alternate implementation for the interface com.savvion.sbm.websecurity.common.api.IWebSecurityLoggerFactory and setting the implementation class name to the websecurity.logger.factory property in bmwebsecurity.conf file as shown below.
websecurity.logger.factory=com.savvion.sbm.websecurity.common.impl. DefaultWebSecurityLoggerFactory