How to add additional custom loggers in TIBCO Spotifre Server

How to add additional custom loggers in TIBCO Spotifre Server

book

Article ID: KB0072106

calendar_today

Updated On:

Products Versions
Spotfire Server All

Description

In order to add an additional custom logger to Spotfire, adding loggers in the logging level.properties does not help. This article explains the steps that will help to add custom loggers.

Issue/Introduction

The article explain how to add additional custom loggers in Spotfire

Resolution

Below are the instructions:

1. Copy the file logging-debug.properties from the location <Spotfire server installation dir>\tomcat\spotfire-config into a new file.

2. Add the required logger line for which you need to add a custom logging level
(for eg-com.spotfire.ws.attachment.AttachmentManagerImpl=TRACE.)

3. Save the file as  logging-custom.properties 

4. Then in the Server Admin UI, Monitoring and diagnostics, for logging select Custom instead of TRACE and then upload this new template.

Additional Information

Doc: Changing the logging level for a server or node that is not running Doc: Server and node logging levels