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

KB17558: How to manually enable MicroStrategy Web Diagnostics without loading the MicroStrategy Web Administration page.


Community Admin

• Strategy


For troubleshooting purposes, a MicroStrategy Web administrator can enable MicroStrategy Web Diagnostics (logging) without going through the MicroStrategy Web Administrator page. When MicroStrategy Web is being initialized the logger.properties file located in is loaded so configuring the logger.properties properly before MicroStrategy Web startups will enable MicroStrategy Web Diagnostics without the need for going through the MicroStrategy Web Admin page.

For troubleshooting purposes, a Strategy Web administrator can enable Strategy Web Diagnostics (logging) without going through the Strategy Web Administrator page. When Strategy Web is being initialized the logger.properties file located in is loaded so configuring the logger.properties properly before Strategy Web startups will enable Strategy Web Diagnostics without the need for going through the Strategy Web Admin page.
 
For logging SEVERE messages, use the following logger.properties and then restart the application server.
Note: Change the fileH.pattern log location to the appropriate location.
 
#Thu Nov 01 12:33:23 EDT 2007
level=SEVERE
fileH.level=SEVERE
handlers=fileH,consoleH
consoleH.level=SEVERE
fileH.formatter=com.Strategy.web.app.XMLFormatterEx
consoleH.formatter=com.Strategy.utils.log.ExtendedFormatter
fileH.class=com.Strategy.utils.log.DatedFileHandler
consoleH.class=com.Strategy.utils.log.ConsoleHandler
fileH.pattern=/WEB-INF/log/MSTRLog%systemdate%.log
 
More advanced diagnostics can be done using the logger.properties found in the following Strategy Knowledge Base documents:
KB14889: How to enable Web Transform tracing in MicroStrategy Web for Troubleshooting Purposes in MicroStrategy 9.4.1 and above.
KB14877: How to enable web objects tracing in MicroStrategy Web for troubleshooting purposes
KB14878: How to enable Web Beans tracing in MicroStrategy Web for troubleshooting purposes
KB9836: How is the Web XML API log enabled in MicroStrategy Web


Comment

0 comments

Details

Knowledge Article

Published:

June 15, 2017

Last Updated:

June 15, 2017