How to use ActiveSpaces -debug and -log options.

How to use ActiveSpaces -debug and -log options.

book

Article ID: KB0090403

calendar_today

Updated On:

Products Versions
TIBCO ActiveSpaces -
Not Applicable -

Description

Resolution:
Description:
===========
How to use ActiveSpaces -debug and -log options.

Environment:
===========
TIBCO ActiveSpaces 1.1.1
All Operating Systems

Resolution:
========
The command line options to use -debug are, for example:

        as-agent -metaspace cim_ms -log /home/apps/test -debug 0

This will create a file  /home/apps/test&lttimestamp>.log.

Here are the allowed values for -debug:
    TIBAS_LOG_NONE                      = -1,
    TIBAS_LOG_FATAL                     = 0,
    TIBAS_LOG_ERROR                    = 1,
    TIBAS_LOG_WARN                     = 2,
    TIBAS_LOG_INFO                        = 3,
    TIBAS_LOG_FINE                         = 4,
    TIBAS_LOG_FINER                       = 5,
    TIBAS_LOG_FINEST                     = 6

Level 6 creates a lot of information.

Issue/Introduction

How to use ActiveSpaces -debug and -log options.