GUI
First navigate to the WebSphere MQ Resource Properties Panel or the Resource Context Menu described above. Then click on Logging Level Configuration icon or menu item. The following dialog will appear:
Now select the Logging Level and click Next. You will be asked if you want to set the new LifeKeeper logging level; click Continue. Next, the LifeKeeper GUI will set the LifeKeeper logging level for the selected queue manager on each server in the cluster.
Command Line
To set the LifeKeeper logging level via command line, use the following command:
/opt/LifeKeeper/lkadm/subsys/appsuite/mqseries/bin/mq_modqmgrparam -c -s -i TEST.QM -p DEBUG -v DEBUG
This will set (-s) the LifeKeeper logging level (-p) on each node of the cluster (-c) to DEBUG (-v) for queue manager TEST.QM (-i).
Note: You can either use the queue manager name (-i) or the LifeKeeper TAG (-t) name.
Post your comment on this topic.