How to enable debug logging for Spotfire Server configuration tool (version 7.9 or higher)

How to enable debug logging for Spotfire Server configuration tool (version 7.9 or higher)

book

Article ID: KB0083549

calendar_today

Updated On:

Products Versions
Spotfire Server 7.9 and higher

Description

Enabling debug logging in Spotfire Configuration tool. Applies to version 7.9 or higher. For Spotfire Server version 7.8 or lower, see article 000020495.

Issue/Introduction

Enable debug logging for Spotfire Server configuration tool

Environment

Windows

Resolution

1). Close all instances of Spotfire configuration tool.
2). Edit '<Spotfire Server installation directory>\tomcat\spotfire-config\log4j2-tools.xml' file
3). Locate the following line:
<Logger name="com.spotfire" level="WARN" additivity="false">
4). Change WARN (in some cases it is 'ERROR') to DEBUG:
<Logger name="com.spotfire" level="DEBUG" additivity="false">
5). Save the file and start the Spotfire Server configuration tool.

Note: For Spotfire Server version 7.8 or lower, see article 000020495.