Crowd 1.1 : 5.5 Logging
This page last changed on Apr 02, 2007 by rosie@atlassian.com.
LoggingA common task when identifying Crowd problems is to turn up the log level. This section describes how to adjust the various Crowd log settings. BackgroundCrowd's logging output is classified by importance, with the levels being:
The default level is WARN, meaning warnings and errors are displayed. Sometimes it is useful to adjust this level to see more details. Change the Logging Level
When diagnosing a server problem you need to adjust Crowd's package logging be: log4j.logger.com.atlassian.crowd=DEBUG XFire / Web Services MessagesCrowd has specific loggers that allow you to review the incoming and outgoing messages to the Crowd security framework. This is useful in debugging your applications or to monitor how much traffic is being used by an integrated application. To turn on the XFire in and out logging handler, add uncomment the following lines in your log4.properties file: # Uncomment the line below to have the Crowd server output the incoming SOAP request method and parameters. log4j.logger.com.atlassian.crowd.integration.service.soap.xfire.XFireOutLoggingMethodHandler=DEBUG # Uncomment the line below to have the Crowd server output the outgoing SOAP request method and parameters. log4j.logger.com.atlassian.crowd.integration.service.soap.xfire.XFireInLoggingMethodHandler=DEBUG Related Topics
|
![]() |
Document generated by Confluence on Jun 20, 2007 20:58 |