EducationSoftwareStrategy.com
StrategyCommunity

Knowledge Base

Product

Community

Knowledge Base

TopicsBrowse ArticlesDeveloper Zone

Product

Download SoftwareProduct DocumentationSecurity Hub

Education

Tutorial VideosSolution GalleryEducation courses

Community

GuidelinesGrandmastersEvents
x_social-icon_white.svglinkedin_social-icon_white.svg
Strategy logoCommunity

© Strategy Inc. All Rights Reserved.

LegalTerms of UsePrivacy Policy
  1. Home
  2. Topics

KB442114: How do you enable SAML loggers for MicroStrategy Library?


Yuxia Zhang

Quality Engineer • MicroStrategy


This document explains how to enable SAML loggers for MicroStrategy Library for troubleshooting purposes.

Description

How to enable SAML loggers for Strategy Library?

Solution

To solve for this question, follow these next steps:
1. Go to StrategyLibraryDeployment\WEB-INF\classes and back up the logback.xml file.
2. Add the below lines at the bottom of logback.xml, above </configuration>.
 


<logger name="PROTOCOL_MESSAGE" level="DEBUG">
		<appender-ref ref="SIFT" />
</logger>
<logger name="org.springframework.security.saml" level="INFO">
		<appender-ref ref="SIFT" />
</logger>	
<logger name="com.Strategy.auth.saml" level="INFO">
		<appender-ref ref="SIFT" />
</logger>
<logger name="org.opensaml" level="ERROR">
		<appender-ref ref="SIFT" />
</logger>

3. Restart Application Server.
4. SAML logging will be added to StrategyLibrary-{appName}.log.  

  • By default, StrategyLibrary-StrategyLibrary.log.


Please refer to Enable SAML Logging about how to enable SAML logs for Strategy Library 2021.


Comment

0 comments

Details

Knowledge Article

Published:

October 10, 2018

Last Updated:

December 21, 2022