Consultor Eletrônico



Kbase P50058: How to change the logging level of the SonicMQ 4GL Adapter to verbose.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   15/10/2008
Status: Verified

GOAL:

How to change the logging level of the SonicMQ 4GL Adapter to verbose.

FACT(s) (Environment):

SonicMQ 4GL Adapter

FIX:

There are two ways to change the logging level of the SonicMQ Adapter to verbose.

1. Go to the Progress Explorer and open the properties of the defined SonicQM 4GL Adapter. There you'll find the "Logging Setting" for the broker and the server. Witrhin this area you can define the path and the logging level. Select verbose as the logging level.

2. If you don't use the Progress Explorer you can set this in the ubroker.properties file (located in the $DLC\properties\ directory).
In the [Adapter] or [Adapter.sonicMQ1] section you will find two settings:

brkrLoggingLevel=2
and
srvrLoggingLevel=2.

The "2" stands for the default value of "Terse". Changing this value to "3" will enable verbose logging.

To ensure the changes take affect, save the ubroker.properties file and restart the AdminServer.